Commenting: where?

Medea - May 11 '22 - - Dev Community

Some people comment on the line after the code is done:

print(hello) # printing hello
Enter fullscreen mode Exit fullscreen mode

and some people comment on the line after:

print(hello)
# printing hello
Enter fullscreen mode Exit fullscreen mode

I personally comment on the line after.


Which way do you do it?

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .