The 'main.py' file is running a code successfully. But when I am trying to code in a file created by me, the output is not coming. Please help.
@21natzil If you're using Python, do import then your file name without the .py extension.
import
Running code with a new file
The 'main.py' file is running a code successfully. But when I am trying to code in a file created by me, the output is not coming. Please help.
@21natzil If you're using Python, do
import
then your file name without the .py extension.