Skip to content

Commit c13b345

Browse files
authored
Add input text
1 parent 05b8d7d commit c13b345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
print('This is a simple Python app.')
2+
input_text = input('Enter text: ')
3+
print(input_text)

0 commit comments

Comments
 (0)