Skip to content
View mite404's full-sized avatar
🐢
learning
🐢
learning
Block or Report

Block or report mite404

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. clear screen func via 'os' pkg clear screen func via 'os' pkg
    1
    def clear():
    2
        # Clear screen for Windows
    3
        if os.name == "nt":
    4
            os.system("cls")
    5
        # Clear screen for Linux/macOS
  2. 100_days_python_bootcamp 100_days_python_bootcamp Public

    Udemy 100 Days of Python Bootcamp work

    Python

  3. cli-todo cli-todo Public

    practicing OPP to make a Python CLI To DO app

    Python