fork download
  1. print("Semicolons are option in python.");print("You can also have two statements on the same line.");
Success #stdin #stdout 0.01s 7736KB
stdin
Standard input is empty
stdout
Semicolons are option in python.
You can also have two statements on the same line.