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 160d125 commit 3fb5452Copy full SHA for 3fb5452
app.py
@@ -1,4 +1,4 @@
1
-#simple Python app
+#a 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