New Activity
Play Fill in the Blanks Game
____________________ ( " El siguiente es el menú de Helados , escriba el nombre por favor " )
____________________ ( " 1 . Cono
2 . Sundae
3 . Waffle " )
menu = ____________________ ( )
____________________ ( " Ingrese la cantidad " )
cant = ____________________ ( )
cant = ____________________ ( cant )

____________________ ____________________ = = 'Cono' :
precio = 5 * ____________________
precio = ____________________ ( ____________________ )
____________________ ____________________ = = 'Sundae' :
precio = 15 * ____________________
precio = ____________________ ( ____________________ )
____________________ ____________________ = = 'Waffle' :
precio = 8 * ____________________
precio = ____________________ ( ____________________ )

print ( " El total es : " , ____________________ )