We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7ac18 commit c31fbc6Copy full SHA for c31fbc6
ex001.py
@@ -1,6 +1,8 @@
1
+#Responding to the user.
2
# 01- Create a program that writes "Hello world!" on the screen.
3
print('\033[1;32;40m Hello, world!\033[m')
4
5
+#Respondendo ao usuário
6
'''PT- Crie um programa que escreva Olá mundo! na tela.
7
print(Olá, mundo!)'''
8
0 commit comments