7 lines
98 B
Python
7 lines
98 B
Python
zahl = 10
|
|
|
|
if zahl == 10:
|
|
print('Monks Lieblingszahl')
|
|
else:
|
|
print ('Mag Monk nicht so sehr')
|