Skip to content

Commit e802da8

Browse files
committed
Add comments
1 parent c13b345 commit e802da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.py

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

0 commit comments

Comments
 (0)