Write a program to print out a single line and multiline comment in Python
Answers
Answered by
0
Answer:
print("# is a single line comment in python ")
print(" """ is a multi line comment in python ")
Explanation:
Please mark me as brainliest!!!
Similar questions