We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc8e039 + 10a250a commit 659e9e5Copy full SHA for 659e9e5
Week02/types_alp_ozdemir.py
@@ -0,0 +1,4 @@
1
+my_int = 43
2
+my_float = 10 / 2
3
+my_bool = 3 != 3
4
+my_complex = 43j
0 commit comments