Open Leeee1111 opened 1 month ago
a=list(map(float,input().split())) print(f"max={max(a):.2f}") print(f"min={min(a):.2f}")