Files
grunderna-i-prog-tredje-utg…/kapitel7/input-ex1.py

5 lines
68 B
Python

namn = input("Ange namn: ")
print("Hej " + namn)
print(type(namn))