Code the if statement so that it will only print "You're in luck!" when lucky_number equals 13.
if
"You're in luck!"
lucky_number
Make sure to type if lucky_number == 13:.
if lucky_number == 13: