initial pythoin test

This commit is contained in:
George Palmer 2026-03-08 14:15:11 +02:00
parent 4beebef80a
commit 9f7eca873d

2
helloworld.py Normal file
View file

@ -0,0 +1,2 @@
name = input("Enter your name: ")
print("Hello World", name)