fork download
  1. n=[10,20,30,40,50]
  2. length=4
  3. if length>len(n):
  4. raise IndexError
  5. print("no execution")
  6. else:
  7. print(length)
Success #stdin #stdout 0.03s 9516KB
stdin
Standard input is empty
stdout
4