SyntaxFix
Write A Post
Hire A Developer
Questions
first.py:
a=5
second.py:
import first print(first.a)
The result will be 5.