nums = [int(input("Enter a number: ")) for _ in range(3)] print("The highest value is", max(nums))