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