COMMENTS:
v A hash
sign (#) is the beginning of a comment.
v Anything written after # in a line is ignored
by interpreter.
Eg:percentage
= (minute * 100) / 60 #
calculating percentage of an hour
v Python does
not have multiple-line commenting feature. You have to
comment each
line individually as follows :
#
This is a
comment.
#
This is a
comment, too.
#
I said that
already.
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.