fork download
  1.  
  2. val = 314
  3.  
  4. if val == 314:
  5. opt = True
  6. else:
  7. opt = False
  8.  
  9. if opt:
  10. print('opt')
  11.  
  12.  
Success #stdin #stdout 0.04s 9308KB
stdin
Standard input is empty
stdout
opt