Skip to content

Commit 75ec6bf

Browse files
authored
Merge pull request #911 from kilic-mustafa/patch-1
Add variable declarations in types_mustafa_kilic.py
2 parents d9a4e1b + 41f4c9b commit 75ec6bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Week02/types_mustafa_kilic.py

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

0 commit comments

Comments
 (0)