Computer Science, asked by anushkameena, 1 year ago

comment are useful and easy way to enhance readability and understandability of a program​

Answers

Answered by ITzBrainlyKingTSK
0

Answer:

Comments help explain what’s being done. e.g.

def add(x, y): # function to add two numbers

   return x+y

Explanation:

I hope it helpful

Mark as brainliest

Similar questions