diff --git a/Week02/farukfurkan_ciftci.py b/Week02/farukfurkan_ciftci.py new file mode 100644 index 00000000..0e8191c1 --- /dev/null +++ b/Week02/farukfurkan_ciftci.py @@ -0,0 +1,4 @@ +my_int = 54 +my_float = 1.97 +my_bool = True +my_complex = 196j