diff --git a/Week02/types_erban_gurcan.py b/Week02/types_erban_gurcan.py new file mode 100644 index 00000000..4c27e098 --- /dev/null +++ b/Week02/types_erban_gurcan.py @@ -0,0 +1,4 @@ +my_int = 21 +my_float = 18.81 +my_bool = True +my_complex = 8j