Write an expression that will cause the following code to print "18 or less" if the value of user_age is 18 or less. Write only the expression.
Sample output with input: 17
18 or less
I'm trying to get over 18 as well.
