about | help | code help+videos | done | prefs |
comments
Another useful thing to know is how to write "comments", which are words that the computer won't see when running your code. Comments are visible to humans only, and can be used to write notes and labels to make your code more easy to understand. Comments start with the "#" symbol, which makes the entire line a comment. Try writing your own below! (Note: CodingBat always requires a "return" statement for each problem, so don't forget to add "return" on a separate line after your comment.) ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy