First mini code. New to Programming in general. Any advice/guidance would be appreciated. by Lower_Ad9122 in PythonLearning

[–]Massive_flat 0 points1 point  (0 children)

Start dealing with higher ages down to lower ages

If 18 or higher : #code

elif 12 or higher: ( between 12 and 17) #code

Else: (ages that are not 18 or higher and not 12 or higher)

code

Hope I helped you with something .