Post

@PythonPr In the code below the 'W' in the spelling of the while is uppercase and it's suppose to be lowercase.
English

@PythonPr because from my understanding the bottom is not right for keywords like if, for, when, while foreach, ect. As with anything it is case sensitive and When is != to when
English

@PythonPr # The command while is not written or does not start with a capital letter(s) If it is, e.g. a while True loop, True is written with a capital letter as it is a built-in constant.
English

@PythonPr The W is capital letter. That's wrong in Python.
English










