task 3
unknown
python
5 months ago
197 B
3
Indexable
#25 11 2024 n1 = int(input()) n2 = int(input()) n3 = int(input()) maxi = 0 if n1 == n2 and n2 == n3: print("числа одинаковые") else: maxi = max(maxi,n1,n2,n3) print(maxi)
Editor is loading...
Leave a Comment