edited timmccool

This commit is contained in:
TimMcCool
2019-07-22 09:51:02 +02:00
parent c1ab0daeac
commit b4eea9ddc2
+4 -4
View File
@@ -1,9 +1,9 @@
print ("STECKBRIEEF")
pprint (" ")
print (" ")
print ("Fragen:")
name = input (str("Was ist dein Name?"))
alter = input (str("Was ist dein Alter?"))
ort = input (str("Wo wohnst du?"))
name = input (str("1.Was ist dein Name?"))
alter = input (str("2.Was ist dein Alter?"))
ort = input (str("3.Wo wohnst du?"))
print (" ")
print ("Antworten:")
print ("Name: " + name)