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

 

konstans@stuy.edu > makeDict
prev  |  next  |  chance

Make a dictionary that has each of the integers 0-3 inclusive map to the lowercase words for that number.
WARNING Codingbat has issues with formatting so you have to return a list with your dictionary inside of it. You must return [D] where D is your dictionary.


makeDict() → [{0: 'zero', 1: 'one', 2: 'two', 3: 'three'}]

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

def makeDict():

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

Copyright Nick Parlante 2017 - privacy