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

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 21: Line 21:
<br />
<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)
# shows you the inputs that CodingBat will use 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:
The inputs are the values in the parentheses, and the expected output is the value pointed to by the arrows: