Why can't I input ' ] ' in the part of list operation ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why can't I input ' ] ' in the part of list operation ?

Everytime I try to input ' ] ' in that part, it turns out ' [ '. So I can't pass.Is it a bug?

23rd Oct 2017, 2:52 PM
至尊宝
6 Answers
+ 3
Try a different soft keyboard? First thing that comes to mind is this or localization settings.
23rd Oct 2017, 2:59 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
disable auto complete in your keyboard setting 应该是输入法配置了括号自动完成,在手机的系统设置里改下输入法
23rd Oct 2017, 2:54 PM
ELVON
ELVON - avatar
+ 1
Can we see your code? I very much doubt its a bug!
23rd Oct 2017, 2:53 PM
ihateonions
+ 1
gays ,thank you ! It is indeed caused by the keyboard setting. I haved dealt with it.
23rd Oct 2017, 3:03 PM
至尊宝
0
But how can I show it to you?
23rd Oct 2017, 2:54 PM
至尊宝
- 1
a=[] a.append(input()) ### GIVE INPUT AS ] print(a) it gave me no error... output was : [ ' ] ' ]
23rd Oct 2017, 3:54 PM
sayan chandra
sayan chandra - avatar