Explanation of print function #426
Open
Comments
I agree. There's a bit of explanation as 'print to screen', but while it makes perfect sense to experience programmers, it isn't intuitive for newbies. |
rpep
added a commit
to rpep/python-novice-inflammation
that referenced
this issue
Dec 6, 2017
I've made a pull request which I hope addresses this. Does anyone have any comments? |
Thanks for that, looks good to me! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While teaching the first part "Analyzing Patient Data" for the instructor checkout, we noted that the
print
function was never really explained. Since this is the first lesson in python, it would probably be good to add a short paragraph about theprint
function and especially that it accepts an arbitrary number of arguments in the very beginning.The text was updated successfully, but these errors were encountered: