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

 

lowellastroclub@gmail.com > comments
prev  |  next  |  chance

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)

def comments():

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

Post-solution available

Copyright Nick Parlante 2017 - privacy