mathwizard48 mathwizard48 Today at 8:43 PM Computers and Technology Answered What is the name of the variable in this code? 1| fav_color = sprite.ask("What's your favorite color?") 2| sprite.say(fav_color) fav_color What's your favorite color? sprite ask