#version 2 - conditional statement age = int(input("how old are you? ")) if age <=10: print("youngsler") elif age <20: print("you are getting old")