Skip to content

Commit 3fb5452

Browse files
committed
Fix comments
1 parent 160d125 commit 3fb5452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#simple Python app
1+
#a simple Python app
22
print('This is a simple Python app.')#print simple text
33
input_text = input('Enter text: ')#prompt text for input
44
print(input_text)#print variable to entered text input

0 commit comments

Comments
 (0)