Skip to content

Commit 463ad9a

Browse files
authored
Merge pull request #908 from mimo-o/patch-1
Add variables of different types in types_basak_kocan.py
2 parents c208ce2 + 179fafb commit 463ad9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_basak_kocan.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
my_int = 45
2+
my_float = 12.5
3+
my_bool = True
4+
my_complex = 9j

0 commit comments

Comments
 (0)