initial pythoin test
This commit is contained in:
parent
4beebef80a
commit
9f7eca873d
2
helloworld.py
Normal file
2
helloworld.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
name = input("Enter your name: ")
|
||||
print("Hello World", name)
|
||||
Loading…
Reference in a new issue