id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

menuSpecials


menuSpecials(vegetable, entree): given a string vegetable and a string entree, return the string "Today our specials are: <vegetable> and <entree>".


menuSpecials('asparagus', 'pasta primavera') → 'Today our specials are: asparagus and pasta primavera'
menuSpecials('artichoke', 'steak frites') → 'Today our specials are: artichoke and steak frites'
menuSpecials('kale', 'fondue') → 'Today our specials are: kale and fondue'

...Save, Compile, Run (ctrl-enter)

def menuSpecials(vegetable, entree):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Post-solution available

Copyright Nick Parlante 2017 - privacy