Gå direkt till innehållet

Python – Facit 4

namn = input("Vad heter du? ")
ort = input("Var bor du? ")
print("Hej " + namn + " från " + ort)