2.4 Control Flow & Loops : If & While

比大小

  • != means not equal to

If Statements

If In 和 Not In的用法

  • <value> not in <list> == not <value> in <list>

  • 可能還需要補充

.pyc

  • which is a working version of the project.

A .pyc file is a Python file that has been translated into "byte code". This means the code will run the same as the original .py file, but if you open it in Sublime it won't look like Python code!

  • You can run it just like a regular Python file to see how your code should behave.

results matching ""

    No results matching ""