Why cursor is jump from quote ' in python code ? [Pydroid3, others] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 👇 |'

7th Jan 2021, 7:21 AM
Chain Sing Maravi
Chain Sing Maravi - avatar
7 Answers
+ 5
7th Jan 2021, 7:41 AM
Mohammed Qadir khan
Mohammed Qadir khan - avatar
+ 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.
7th Jan 2021, 7:40 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 3
Chain Sing Maravi Question unclear ,Pls clarify ...
7th Jan 2021, 7:29 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
7th Jan 2021, 7:42 AM
Chain Sing Maravi
Chain Sing Maravi - avatar
+ 3
AKSHAY [less active] I got it 🙏
7th Jan 2021, 7:47 AM
Chain Sing Maravi
Chain Sing Maravi - avatar
+ 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 ?
7th Jan 2021, 7:31 AM
Chain Sing Maravi
Chain Sing Maravi - avatar
7th Jan 2021, 7:36 AM
Chain Sing Maravi
Chain Sing Maravi - avatar