fork(1) download
  1. note = 4
  2.  
  3. if note == 1:
  4. print('Super')
  5. else:
  6. print('Lernen')
Success #stdin #stdout 0.02s 5852KB
stdin
Standard input is empty
stdout
Lernen