python-CSD-kursu/python-temel/other_foo.2.py

6 lines
105 B
Python

x = 123
print(x) # 123
x = 'Ali'
print(x) # Ali