Skip to content

Commit 10a250a

Browse files
authored
Fix complex number assignment in types_alp_ozdemir.py
1 parent e0d6fac commit 10a250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week02/types_alp_ozdemir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
my_int = 43
22
my_float = 10 / 2
33
my_bool = 3 != 3
4-
my_complex = i + 1
4+
my_complex = 43j

0 commit comments

Comments
 (0)