Skip to content

Commit 44f55a0

Browse files
authored
Merge branch 'canbula:master' into master
2 parents d97d600 + d44760a commit 44f55a0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Week02/types_bilal_ayakdas.py

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

Week02/types_yavuz_selim.py

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

0 commit comments

Comments
 (0)