fork download
  1. print('Hello world')
  2. if ("2" == 2):
  3. print("2 is 2")
Success #stdin #stdout 0.07s 14208KB
stdin
45
stdout
Hello world