python/2024-6-14-1.py

11 lines
149 B
Python
Raw Normal View History

2024-07-13 10:49:07 +08:00
def pan(a,b,c):
if a+b>c and b+c>a and a+c>b:
print()
else:
print()
q=int(input())
w=int(input())
e=int(input())
pan(a,b,c)