This commit is contained in:
2025-09-18 09:06:16 +05:00
parent 91d3faf4bb
commit afa01f8da0

View File

@@ -82,8 +82,8 @@
#-=-=-=-=-=-=-
#1 Задание
#age = int(input(Enter age: ))
#rost = int(input(Enter rost: ))
#age = int(input("Enter age: "))
#rost = int(input("Enter rost: "))
#if age >= 18 and rost >= 185:
# print("approved!")
#elif rost >= 200: