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

 

chanr@sfusd.edu pythonfunctionstwo > sumTwoParameters
prev  |  next  |  chance

Write the sumTwoParameters() function that has seven parameters. This function returns the sum of the second and seventh parameters.


sumTwoParameters(1, 2, 3, 4, 5, 6, 7) → 9
sumTwoParameters(1, 1, 1, 1, 1, 1, 1) → 2
sumTwoParameters(-1, -1, -1, -1, -1, -1, -1) → -2

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

def sumTwoParameters(a,c,d,e,f,h,i):

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: 101

Copyright Nick Parlante 2017 - privacy