Skip to content

Commit 31f2fb8

Browse files
committed
Create teste01.py
1 parent e33aa7d commit 31f2fb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

teste01.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nome = str(input('Qual o seu nome?'))
2+
print(f'Bem vindo {nome}, ao mundo Python!')

0 commit comments

Comments
 (0)