Skip to content

Commit 05ba444

Browse files
authored
Merge pull request #917 from OkaySezer/master
Add student information for Okay Sezer
2 parents 8dc70b5 + e17e652 commit 05ba444

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Week01/info_okay_sezer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
student_id = "220316079"
2+
full_name = "Okay Sezer"

Week02/types_okay_sezer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)