We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441d360 commit e8a24dfCopy full SHA for e8a24df
Week02/info_ertugrul_taskiran.py
@@ -0,0 +1,3 @@
1
+# Define student ID and full name as string variables
2
+student_id = "210316018" # Your actual student ID
3
+full_name = "Ertuğrul Taşkıran" # Your actual full name
Week02/types_ertugrul_taskiran.py
@@ -0,0 +1,5 @@
+# Define variables with specified types
+my_int = 42 # Integer
+my_float = 3.14 # Floating point number
4
+my_bool = True # Boolean value
5
+my_complex = 2 + 3j # Complex number
0 commit comments