Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 98 Bytes

24083.md

File metadata and controls

10 lines (8 loc) · 98 Bytes

24083

Python

A = int(input())
B = int(input())
t = (A+B-1) % 12 + 1
print(t)