Skip to content

Commit e17e652

Browse files
authored
Add variable declarations for different data types
1 parent a171953 commit e17e652

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_okay_sezer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
my_int = 35 #integer
2+
my_float = 3.14 #float
3+
my_bool = True #boolean
4+
my_complex = 2 + 3j #complex

0 commit comments

Comments
 (0)