Skip to content
Open navbar menu
Sign UpLog In
Profile icon

CalsonLee

@CalsonLee
  • wut happned-1

    Cover page
    Made with Python

    dank af

    Recent comments (0)
  • Battleship

    Cover page
    Made with Python

    Working Battleship game against AI opponent

    Recent comments (0)
CalsonLee
CalsonLee
shared a Post
4 years ago
How to fix "Potential infinite loop" in Python
When I run one of my Python programs, it throws the following error: ExternalError: RangeError: Potential infinite loop. You can disable this from se
graphing polynomials
Python (with Turtle)
jackou
jackou
Could you link the the program please?4 years ago
CalsonLee
CalsonLee
shared a Post
4 years ago
When I ran one of my old programs using from sty import fg, bg, ef, rs, RgbFg the code threw ModuleNotFoundError: No module named 'sty' I know this w
SixBeeps
SixBeeps
Use the package manager to install the package as well. I think at some point packages used to auto-install, but now they don't, so you need to install it yourself.4 years ago