fork download
  1. a = True
  2. b = False
  3.  
  4. c = a - b
  5.  
  6. print(c)
  7.  
Success #stdin #stdout 0.03s 9600KB
stdin
8
stdout
1