Skip to content

Commit 99e26df

Browse files
authored
Add boolean and complex number variables
1 parent 4c0c6d9 commit 99e26df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_heval_sogut.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 = 3.4
3+
my_bool = True
4+
my_complex = 15 + 4j

0 commit comments

Comments
 (0)