fork download
  1. rok = 2024
  2. if rok %4 == 0 and rok %100 != 0:
  3. print("rok P")
  4. else:
  5. print("rok N")
Success #stdin #stdout 0.05s 9624KB
stdin
Standard input is empty
stdout
rok P