fork download
  1. i = 10
  2. try:
  3. print("I Rate Python: " + i)
  4. except:
  5. print("Python is terrible")
Success #stdin #stdout 0.02s 6848KB
stdin
Standard input is empty
stdout
Python is terrible