| about | help | code help+videos | done | prefs |
force
Given two of three variables in F = m*a, calculate the missing one, given as an empty str ("") (you don't need units :D) passed in as str(f), str(m), str(a) force('12', '3', '') → '4' force('12', '', '4') → '3' force('', '3', '4') → '12' ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 120
Copyright Nick Parlante 2017 - privacy