We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13b345 commit e802da8Copy full SHA for e802da8
app.py
@@ -1,3 +1,3 @@
1
-print('This is a simple Python app.')
2
-input_text = input('Enter text: ')
3
-print(input_text)
+print('This is a simple Python app.')#print simple text
+input_text = input('Enter text: ')#prompt text for input
+print(input_text)#print variable to entered text input
0 commit comments