Skip to content

Instantly share code, notes, and snippets.

@modos
Created September 6, 2022 08:34
Show Gist options
  • Save modos/0d6c185ce4f49b0f8e46a334c6b9f3da to your computer and use it in GitHub Desktop.
Save modos/0d6c185ce4f49b0f8e46a334c6b9f3da to your computer and use it in GitHub Desktop.
!آخ جون طرف نیست
_ = input()
first_list = input().split()
_ = input()
second_list = input().split()
_ = input()
third_list = input().split()
days_of_week = ["shanbe",
"1shanbe",
"2shanbe",
"3shanbe",
"4shanbe",
"5shanbe",
"jome"]
c = 0
for day in days_of_week:
if day not in first_list and day not in second_list and day not in third_list:
c += 1
print(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment