Skip to content

Commit 41b020c

Browse files
committed
doc: add comments
First commands in Pycharm. Respondig to user.
1 parent 8ec4e50 commit 41b020c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ex002.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
#responding to user.
12
#02- Create a program that asks for the user's name and writes a welcome message.
23
name = input('What is your name:')
34
print(f'Nice meet you, {name}!')
45

6+
#respondendo ao usuário.
57
'''PT- Crie um programa que pergunte o nome do usuário e mostre uma mensagem de boas vindas.
68
nome = input('Qual o seu nome?')
79
print(f'É um prazer te conhecer {nome}, sejá bem vindo ao mundo Python')'''

0 commit comments

Comments
 (0)