Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

Comments

In python, we can use comments to make our code easy to understand.
These lines are not executed.
# We use a hashtag for single line comments

'''
Using 3 quotation marks,
we
can
do
multiline
comments
'''
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #Comments
ADD COMMENT
Topic
Name
8+9 =