about | help | code help+videos | done | prefs |
squareDictionaryFromList
Make a dictionary of integers and their squares using the integers stored in the list provided.
squareDictionaryFromList([]) → [{}] squareDictionaryFromList([3]) → [{3: 9}] squareDictionaryFromList([56, 84]) → [{84: 7056, 56: 3136}] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy