1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user