# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A
print("Welcome to Rolercoster rider")
print()
#taking input of your hight
Your_hight = int(input("What is Your hight:- "))
#if condition
if Your_hight >= 120:
print("You are good to go to the roller coster")
else:
print("Grow taller to go to the rolercoster")