You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if age >= 14: # code written will only be executed only if this condition is true.
print("You are above 14") # This space is tab space in other prgrammming language thw code after if is written in () but in python we use tab space before if code instead of ()