We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4422d commit d5584f7Copy full SHA for d5584f7
app.py
@@ -1,3 +1,4 @@
1
+#simple Python app
2
print('This is a simple Python app.')#print simple text
3
input_text = input('Enter text: ')#prompt text for input
4
print(input_text)#print variable to entered text input
0 commit comments