Respuesta :

Answer:

First, BUG, meaning a known bug that should be corrected. Next, FIXME, meaning should be corrected. Also, HACK, meaning a workaround. Finally, TODO, meaning something to be done.

Explanation: Here is a compleat sentence vertion of the person of me.

Also any that explain a line of code for example

print(“Hello World!”)
#outputs Hello World! Onto users screen


This is useful when there’s a complex chunk of code which needs separating without interference - it makes it easier for others to read and comprehend!