+ 1
Why cursor is jump from quote ' in python code ? [Pydroid3, others]
When I write a simple code | - it's a cursor I want to delete this below line 👇 print ("hello world')| But I got cursor jump out from quote 👇 |'
7 ответов
+ 5
AKSHAY [less active] Right 👍.
+ 4
Its due to a feature of SoloLearn code playground that automatically add a inverted comma at end after you type a one.
Example when you type < ' > SoloLearn automatically add one another instantly
< ' ' > .
So when you press backspace and when you reached the first inverted comma, the SoloLearn automatically add one another at end.
+ 3
Chain Sing Maravi Question unclear ,Pls clarify ...
+ 3
+ 3
AKSHAY [less active] I got it 🙏
+ 1
Alphin K Sajan you may see when when we delated a string in python our cursor jump out from quote & not delete the quote ?
+ 1