write a program to input height of 2 student print who is tallest?
Answers
Answered by
0
h1 = int(input("Height 1: ")
h2 = int(input("Height 2: ")
a = max(h1 , h2)
print(a)
Answered by
1
Answer:
h =1 input
h = 2 output
Explanation:
computer please mark me as branlist
Similar questions
Math,
9 days ago
English,
9 days ago
Computer Science,
19 days ago
Physics,
9 months ago
Math,
9 months ago