Skip to content

Commit d5584f7

Browse files
committed
Add more comments
1 parent da4422d commit d5584f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

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

0 commit comments

Comments
 (0)