adding a short example script that Louisa and me looked into last week

master
manetta 4 years ago
parent 3f19ee4b2f
commit 9fe615a9aa

@ -0,0 +1,7 @@
print("Enter your name:")
x = input() # waiting for input
print("Hello, " + x)
print('Ah hello, and who else is there?')
y = input()
print('Ah hello: ' + y)
Loading…
Cancel
Save