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 8ec4e50 commit 41b020cCopy full SHA for 41b020c
ex002.py
@@ -1,7 +1,9 @@
1
+#responding to user.
2
#02- Create a program that asks for the user's name and writes a welcome message.
3
name = input('What is your name:')
4
print(f'Nice meet you, {name}!')
5
6
+#respondendo ao usuário.
7
'''PT- Crie um programa que pergunte o nome do usuário e mostre uma mensagem de boas vindas.
8
nome = input('Qual o seu nome?')
9
print(f'É um prazer te conhecer {nome}, sejá bem vindo ao mundo Python')'''
0 commit comments