Skip to content

Commit e0d6fac

Browse files
authored
Add variables of different types in types_alp_ozdemir.py
1 parent 1fe28c8 commit e0d6fac

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 = i + 1

0 commit comments

Comments
 (0)