diff --git a/python-temel/other_foo.2.py b/python-temel/other_foo.2.py new file mode 100644 index 0000000..dc03595 --- /dev/null +++ b/python-temel/other_foo.2.py @@ -0,0 +1,5 @@ +x = 123 +print(x) # 123 + +x = 'Ali' +print(x) # Ali