Hi,
When using IDLE, I click on my code and it selects the row of code above, for example (look below) if I click on the end of the "print('Hello')" line, it will select the end of the "print('No')" line of text/code.
Demo text:
Help would be appreciate.
Cheers
When using IDLE, I click on my code and it selects the row of code above, for example (look below) if I click on the end of the "print('Hello')" line, it will select the end of the "print('No')" line of text/code.
Demo text:
1 2 |
print ( 'No' ) print ( 'Hello' ) |
Cheers