DEV Community

Discussion on: 📦Decimal ↔ hexadecimal converter

Collapse
 
iamsbharti profile image
Iamsbharti

Is there a way to run only single file for .py/.java in repl? I have created a repl and there are few different files ,but when I am executing it all the files are getting executed.

please suggest

Collapse
 
samandar profile image
Samandar Ravshanov

Hi friend,

You should create a new repl for that.

Repl.it runs the main file and if you do not import other files they don't get executed.