fork download
  1. a = 1
  2. b = 1
  3. c = 1
  4. d = 1
  5.  
  6. if a == b == c == d:
  7. print('yay')
Success #stdin #stdout 0.09s 14100KB
stdin
11
stdout
yay