This commit is contained in:
Mert Gör 🇹🇷 2023-05-30 17:02:53 +03:00
parent aea80f7b39
commit bf3dfe361c
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

4
python-temel/scope.9.py Normal file
View File

@ -0,0 +1,4 @@
print('begins...')
x = 10
print(x) # sorun yok!
#print(y) # exception oluşur!