fork download
  1. import math
  2.  
  3.  
  4. eq1 = (3**4) % 353
  5. print(eq1)
  6.  
  7.  
  8.  
Success #stdin #stdout 0.02s 9132KB
stdin
Standard input is empty
stdout
81