Skip to content

Commit 1efaa7b

Browse files
authored
Merge pull request #1222 from GunduzogluTurhan/patch-3
Add variables of different types in types_turhan_gunduzoglu.py
2 parents 8ae37c5 + c27cc80 commit 1efaa7b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Week02/types_turhan_gunduzoglu.py

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

0 commit comments

Comments
 (0)