1
This commit is contained in:
@@ -82,8 +82,8 @@
|
|||||||
#-=-=-=-=-=-=-
|
#-=-=-=-=-=-=-
|
||||||
|
|
||||||
#1 Задание
|
#1 Задание
|
||||||
#age = int(input(Enter age: ))
|
#age = int(input("Enter age: "))
|
||||||
#rost = int(input(Enter rost: ))
|
#rost = int(input("Enter rost: "))
|
||||||
#if age >= 18 and rost >= 185:
|
#if age >= 18 and rost >= 185:
|
||||||
# print("approved!")
|
# print("approved!")
|
||||||
#elif rost >= 200:
|
#elif rost >= 200:
|
||||||
|
|||||||
Reference in New Issue
Block a user