Скажіть пж в чем помилка? Допоможіть пжпжпжп
name1=input( " Введіть ім'я першої дитини ))
age1=int(input( " Введіть вік першої дитини '))
name2=input( " Введіть ім'я другої дитини '))
age2=int(input( " Введіть вік другої дитини '))
name3=input( " Введіть ім'я третьої дитини '))
age3=int(input( " Введіть вік третьої дитини '))
if age1>age2 and age1>age3:
max=age1
else:
if age2>age1 and age2>age3:
max=age2
else:
max=age3
print ("Найстарший (а) ",max)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.