我哪里错了?(运行对提交WA)
![M, D = map(int, input().split())
#大
big = (1, 3, 5, 7, 8, 10, 12)
if M in big:
if D % 2 == 0:
print("Play!")
else:
print("Oh!No!")
else:
if D % 2 == 1:
print("Play!")
else:
print("Oh!No!")]
(https://attach.acgo.cn/picture/4d909663967e48c384f141ef09d7b4ef.jpg)