This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
raspithek
/
pythonkurs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Alle Dateien aus dem Pythonkurs
67
Commits
2
Branches
12
Tags
88 MiB
Tree:
a758f26285
pythonkurs
/
teil6
/
useperson.py
5 lines
70 B
Raw
Normal View
History
Teil 6 "Objekte ist neu Repository aufgeräumt.
2 years ago
from
person
import
Person
p
=
Person
(
'
Olli
'
,
'
Graf
'
)
print
(
p
.
vorname
)