python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import os<br> <br> user=str(input("User: "))<br> pas=str(input(f"{user}.server~Password: "))<br> if user == "email" and pas == "senha":<br> while True: <br> code = str(input("root@fosmint:~# "))<br> if code == "clear":<br> os.system("cls")<br> elif code == "exit":<br> break<br> elif code == "ipconfig":<br> os.system("ipconfig")<br> elif code == "win_os":<br> while True:<br> os = input("Os: ")<br> print("___________________")<br> os.system(f"{os}")
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up