SyntaxFix
Write A Post
Hire A Developer
Questions
def inside(): global var var = 'info' inside() print(var) >>>'info'
problem ended