while True: a = input("code>>") exec(a) #this makes a python compiler ide in python if you write print("hello world") in #terminal it can write hello world