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?
6 Answers
+ 3
Try a different soft keyboard? First thing that comes to mind is this or localization settings.
+ 2
disable auto complete in your keyboard setting
应该是输入法配置了括号自动完成,在手机的系统设置里改下输入法
+ 1
Can we see your code? I very much doubt its a bug!
+ 1
gays ,thank you ! It is indeed caused by the keyboard setting. I haved dealt with it.
0
But how can I show it to you?
- 1
a=[]
a.append(input())
### GIVE INPUT AS ]
print(a)
it gave me no error...
output was :
[ ' ] ' ]