Break
This is where we were supposed to have a break
>>> if allready_had_a_break():
...      print “Roeland is slow”
>>> elif he_does_not_stop_now():
...      raise SystemError
>>> else:
...     get_coffee()