Jul-17-2020, 07:08 AM
A bit of advise - don't try to learn "marks" in isolation - it doesn't make sense. They have meaning with other parts of the language. Learn the fundamentals of the language and you will learn the correct syntax, e.g. first line of the loops ends with colon, elements in containers are separated with comma, different brackets may construct different containers like tuple, list, dict, etc. and so on...
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs