a = int(input()), int(input())
b = [1, 2, 3, 4, 5]
c = [6, 7]
if a == b :
print ('робочий')
elif a == c :
print ('вихідний')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a = int(input()), int(input())
b = [1, 2, 3, 4, 5]
c = [6, 7]
if a == b :
print ('робочий')
elif a == c :
print ('вихідний')