We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a171953 commit e17e652Copy full SHA for e17e652
Week02/types_okay_sezer.py
@@ -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