fork download
  1. a, b, c, n = 1, 2, 3, 4
  2. print ("Fermat was wrong" if a**n + b**n == c**n else "Sraka kota")
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
Sraka kota