python-CSD-kursu/python-temel/scope.9.py

5 lines
103 B
Python
Raw Normal View History

2023-05-30 17:02:53 +03:00
print('begins...')
x = 10
print(x) # sorun yok!
#print(y) # exception oluşur!