Skip to content

Commit 659e9e5

Browse files
authored
Merge pull request #916 from akoalp/patch-1
Add variables of different types in types_alp_ozdemir.py
2 parents dc8e039 + 10a250a commit 659e9e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_alp_ozdemir.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
my_int = 43
2+
my_float = 10 / 2
3+
my_bool = 3 != 3
4+
my_complex = 43j

0 commit comments

Comments
 (0)