Computer Science, asked by rationnewscalicut, 19 days ago

write a program to input height of 2 student print who is tallest?​

Answers

Answered by cheemtu
0

h1 = int(input("Height 1: ")

h2 = int(input("Height 2: ")

a = max(h1 , h2)

print(a)

Answered by habagscg
1

Answer:

h =1 input

h = 2 output

Explanation:

computer please mark me as branlist

Similar questions