name lookup error

This commit is contained in:
Mert Gör 🇹🇷 2023-06-08 07:36:08 +03:00
parent d1673a083b
commit c466763ef3
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

View File

@ -0,0 +1,5 @@
def foo():
print(a)
foo() # error
a = 10