Skip to content

Commit 01066cb

Browse files
authored
Merge pull request #970 from efesarigul/patch-3
Add variables of different types in types_efesamil_sarigul.py
2 parents 7d40867 + 26e224e commit 01066cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_efesamil_sarigul.py

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

0 commit comments

Comments
 (0)