fork download
  1. print("hello world hi world")os.execute("cls")print("hello again")
Success #stdin #stdout #stderr 0s 2844KB
stdin
Standard input is empty
stdout
hello world hi world
hello again
stderr
sh: 1: cls: not found