Skip to content

Commit 1bbcb38

Browse files
authored
Create types_furkan_baytak.py
## Changes # Four values created. ## Checklist - [x] I have read the [CONTRIBUTING]. - [x] I have performed a self-review of my own code. - [x] I have run the code locally and it works as explained. - [x] I have commented my code, particularly in hard-to-understand areas.
1 parent fe4037f commit 1bbcb38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_furkan_baytak.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
my_int = 13
2+
my_float = 13.3
3+
my_bool = True
4+
my_complex = 13j + 3

0 commit comments

Comments
 (0)