rdrdrdrzzttuuvuctgutgcoolüjfeopwjfpiarohgoiprhtj5ziohtriooirhiodhäaoihoiahroiäaoihg
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name = input("Was ist dein name")
|
||||
alter = input ("Wie alt bist du???")
|
||||
Wohnort = input ("Wo wohnst du???")
|
||||
name = ("Tim")
|
||||
alter = (13)
|
||||
Wohnort= ("Waldrennach")
|
||||
print (name + str(alter)+ Wohnort)
|
||||
print ("Dein halbes alter ist:" + str (alter /2))
|
||||
if alter >=18:
|
||||
print ("Du bist älter als 17")
|
||||
elif alter <=10:
|
||||
print ("Du bist jünger als 11")
|
||||
else:
|
||||
print ("Du bist jünger als 18 und älter als 11")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user