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
83
Commits
2
Branches
13
Tags
88 MiB
Python
97.3%
C
2.1%
C++
0.3%
HTML
0.2%
Tree:
dac83ccbf9
pythonkurs
/
teil9
/
int.py
9 lines
104 B
Raw
Blame
History
eingabe
=
input
(
'
Dein Alter (Jahre):
'
)
alter
=
int
(
eingabe
)
print
(
f
'
Du bist
{
alter
}
Jahre alt.
'
)
Reference in new issue