Computer Science, asked by pinkqwerty, 7 months ago

Write a program to print out a single line and multiline comment in Python​

Answers

Answered by vr106367
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