This is my hacker terminal with python! Press Enter to Scroll through the preaccessed input values.
Also, to to do an input system like that, you would need something like this:
while True: userCmd = input("> ") if userCmd.lower() == "hello":: print("Sup")
Hacker Terminal
This is my hacker terminal with python! Press Enter to Scroll through the preaccessed input values.
Also, to to do an input system like that, you would need something like this: