Skip to content

Commit 2a45f51

Browse files
committed
un cambio
1 parent 026fa43 commit 2a45f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Basic/01_variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
### Variables ###
44

55
my_string_variable = "My String variable"
6-
print(my_string_variable)
6+
# print(my_string_variable)
77

88
my_int_variable = 5
9-
print(my_int_variable)
9+
# print(my_int_variable)
1010

1111
my_int_to_str_variable = str(my_int_variable)
1212
print(my_int_to_str_variable)

0 commit comments

Comments
 (0)