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 05b8d7d commit c13b345Copy full SHA for c13b345
app.py
@@ -1 +1,3 @@
1
print('This is a simple Python app.')
2
+input_text = input('Enter text: ')
3
+print(input_text)
0 commit comments