Добавить
Уведомления

codechef lucky Number solution in python :) and also code is in discription ;-;

# lucky no codechef problem in python for _ in range(int(input())): a,b,c = list(map(int,input().split())) if 7 in (a,b,c): print('Yes') else: print("No") join our discord server - 1. https://discord.gg/vh7x749x 2. https://discord.gg/5DfDJsrH

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

# lucky no codechef problem in python for _ in range(int(input())): a,b,c = list(map(int,input().split())) if 7 in (a,b,c): print('Yes') else: print("No") join our discord server - 1. https://discord.gg/vh7x749x 2. https://discord.gg/5DfDJsrH

, чтобы оставлять комментарии