Computer Science, asked by wwwyashikasharma2520, 3 months ago

what are comments? Give an example of multiline comment. (python)​

Answers

Answered by Abhiandharsha
4

Answer:

Binod is the definition of comments Thanks for thanks

Answered by Anonymous
1

Most programming languages have syntax for block comments that span multiple lines of text, like C or Java:

/* This is a block comment. It spans multiple lines. Nice, eh? */ int answer = 42;

Similar questions