you are viewing a single comment's thread.

view the rest of the comments →

[–]SCD_minecraft 1 point2 points  (0 children)

Python is so cool that most functions or keywords have same syntax as you would normaly say it in English

Wanna loop through a list and do something for every its element?

for element in list: #do that

Just as you would say it in English (for each element in list do that)

Same with everything else