i am not able to import the modules as shown in the screenshot please help me out

0
3 comments

any one please ???

0

try to use: from calc.py import *

if not solve restart ide.

0

It seems you're trying to import module in a scratch file from another scratch file. This is not supported - please use python files in your project's content root.

0

Please sign in to leave a comment.