Skip to content

Commit fb4cba2

Browse files
committed
video clase 3
1 parent ca10730 commit fb4cba2

File tree

5 files changed

+215
-259
lines changed

5 files changed

+215
-259
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
mi_variable = 'Dario2222'
2-
print(mi_variable)
1+
mi_variable = 12
2+
print(mi_variable)
3+
4+
mi_variable2 = 'dario'
5+
print(mi_variable2)
6+
7+
mi_complejo = 5 + 7j
8+
print(mi_complejo)

0 commit comments

Comments
 (0)