+ 1
In my coding file is not open whyâ
My file is hi.py Myname=("hi.py") When I press enter then file will not run ... Error come đ Please told me why this is coming
3 RĂ©ponses
+ 1
To declare a variable you use
Myname = "hi.py"
0
Ole113 this is not run
Please explain properly with your coding
0
Myname=open("hi.py")