Skip to content

Commit c31fbc6

Browse files
committed
doc: add comments
First commands in Pycharm. Responding to the user.
1 parent bd7ac18 commit c31fbc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ex001.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
#Responding to the user.
12
# 01- Create a program that writes "Hello world!" on the screen.
23
print('\033[1;32;40m Hello, world!\033[m')
34

5+
#Respondendo ao usuário
46
'''PT- Crie um programa que escreva Olá mundo! na tela.
57
print(Olá, mundo!)'''
68

0 commit comments

Comments
 (0)