[ ]
Do these brackets have any function? Or are these just normal brackets?
Language: Python 2.7
Where I saw it : A supportive code my teacher developed
Just a thought (as I've seen you ask for help multiple times), but maybe try an online Python 2.7 course?
@theangryepicbanana You see, I'm just a beginner. I'm not amazing at Python. There are some stuff I have to learn, and stuff that are harder should be left back, that's what my teacher told me. So if I learn stuff beyond my grade I'll probably end up doing the wrong function for the wrong question. I just need a simple thing, not details. Thanks a lot, by the way, your suggestion at least made me think as a person, not an abnormality. Repl.it and its developers were a blessing.(This is not a homework question )
[] usually represent an array.
https://docs.python.org/2/library/array.html
@themaka Thanks, you've really helped me a lot. (Not sarcasm)