#versiaon 2-conditional statment age = int(input("How old are you? ")) if age <= 10: print("your still a baby lol") elif age >= 11: print("hey bro")