Why is the cursor at the start of the line instead of the end? Python 3

What is in the code that is causing the cursor to be at the start of he line instead of the end of the line? (This is Python 3)

Thank you!

I don’t think it has to do with your code, I assume it’s your editor’s default action. When you first load up a document, the cursor is probably gonna be in Col 1 Row 1 instead of the last col/row.

1 Like