Skip to content

Commit 1f97ffc

Browse files
authored
Create types_mert_can_fidan.py
## My Changes # I just created four values. ## Checklist - [x] I have read [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 Screenshots (if appropriate)
1 parent c2318ad commit 1f97ffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Week02/types_mert_can_fidan.py

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

0 commit comments

Comments
 (0)