Skip to content

Commit 127fc16

Browse files
committed
the year 2025 to pt-br, reviewed
1 parent a3e18e0 commit 127fc16

14 files changed

+48
-49
lines changed
62.4 KB
Loading
31.3 KB
Loading
57.6 KB
Loading
52.7 KB
Loading
27.9 KB
Loading
127 KB
Loading
42.8 KB
Loading
67.5 KB
Loading

pt-BR/lessons/The Year 2025/Recursos do Projeto/AgeInDogYears.py

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
print("Quantos anos você tem?")
2+
age = input()
3+
age = int(age)
4+
dogAge = age * 7
5+
print("Se você fosse um cachorro, você teria" , dogAge , "anos!!")
6+
print('''
7+
'0'_____'
8+
|| ||
9+
''')

0 commit comments

Comments
 (0)