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

 

jacobtkeio@gmail.com > force
prev  |  next  |  chance

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)

def force(f, m, a):

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

Difficulty: 120

Copyright Nick Parlante 2017 - privacy