Boston Python Workshop 6/Friday/CodingBat Using Codingbat: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 21:
<br />
 
This screen:
This screen describes the problem (write a function to add any two numbers together) and gives you the inputs that CodingBat will give to the function you've written, and the outputs that CodingBat expects to see returned from your function for each input.
# describes the problem (write a function to add any two numbers together)
This# screen describes the problem (write a function to add any two numbers together) and givesshows you the inputs that CodingBat will giveuse to test the function you've written, and the outputs that CodingBat expects to see returned from your function for each input.
 
The inputs are the values in the parentheses, and the expected output is the value pointed to by the arrows:
Anonymous user