Teil 2 Beispiele.
This commit is contained in:
6
teil2/ifelse.py
Normal file
6
teil2/ifelse.py
Normal file
@@ -0,0 +1,6 @@
|
||||
zahl = 10
|
||||
|
||||
if zahl == 10:
|
||||
print('Monks Lieblingszahl')
|
||||
else:
|
||||
print ('Mag Monk nicht so sehr')
|
Reference in New Issue
Block a user