**How do i get rid of this text? **
It Happens on every Python Repl i make that isnt part of the 100 days course
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
it shows up on top of everything when i press run
**How do i get rid of this text? **
It Happens on every Python Repl i make that isnt part of the 100 days course
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
it shows up on top of everything when i press run
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
This is just a side-effect of Replit removing prybar from the Python template. This is being resolved:
However if you need a solution to this now, you can do this instead:
And if you need the old prybar functionality, you can change python3 main.py
to python3 -i main.py
I can also do this for you, if it is too complex. Just invite me to your repl. My username is RedCoder.
thanks the line 1 code worked
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.