Skip to content

Commit 2564357

Browse files
author
DSA Data Ops
committed
Update Version 3
1 parent 4edeb7a commit 2564357

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

Cap01/hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
print("Hello World")
1+
print("Hello World")

Cap02/Lab01/game_v1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ def game_over():
144144

145145
root.mainloop()
146146

147+
148+

Cap02/Notebooks/DSA-Python-Cap02-Exercicios.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@
146146
"\n",
147147
"### Visite o Blog da Data Science Academy - <a href=\"http://blog.dsacademy.com.br\">Blog DSA</a>"
148148
]
149+
},
150+
{
151+
"cell_type": "markdown",
152+
"metadata": {},
153+
"source": [
154+
"Parabéns se você chegou até aqui. Use o voucher PYTHONDSA9642 para comprar qualquer curso ou Formação da DSA com 5% de desconto."
155+
]
149156
}
150157
],
151158
"metadata": {

Cap03/Lab01/game_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,4 @@ def game_over():
205205
# Executa o programa
206206
root.mainloop()
207207

208+

Cap03/Lab02/calculadora_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
print("\n******************* Python Calculator *******************")
88

9+

0 commit comments

Comments
 (0)