1.

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

Answer»

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



Discussion

No Comment Found