Code an if / else statement that displays if the user rolls a 3 or not.
if
else
Make sure to pick if followed by rolled == 3 and then else, :.
rolled == 3
: