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.
You can only run main.py files at the moment. You can import the other time files, and run them that way instead.
@21natzil I didn't understand the second part.
@iamarka0 you can run another file by importing it. This is done differently depending on the language you you're using
@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.
You can only run main.py files at the moment. You can import the other time files, and run them that way instead.
@21natzil I didn't understand the second part.
@iamarka0 you can run another file by importing it. This is done differently depending on the language you you're using
@21natzil If you're using Python, do
import
then your file name without the .py extension.