115k views
25 votes
If you want to make a comment that won’t be seen in r console (output) use .. what

#
print (“ “)
sum ()
rflip()

1 Answer

7 votes
Answer: A) #

Detailed Explanation:

A ‘#’ can be used in Python to comment out a piece of code that you don’t want to run, to write down specific comments for specific blocks of code etc.
User Marshalllaw
by
4.3k points