what are comments? Give an example of multiline comment. (python)
Answers
Answered by
4
Answer:
Binod is the definition of comments Thanks for thanks
Answered by
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