fork download
  1. '''
  2. '''
  3. def godz_nj(g):
  4.  
  5. return (g + 18) % 24
  6. print(godz_nj(4))
  7.  
  8.  
  9.  
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
22