Difference: FirstPythonPrograms (3 vs. 4)

Revision 42022-10-20 - UliRaich

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingPython"

First Python programs

Introduction

Line: 40 to 40
 
  • < smaller than, <= smaller or equal
  • > bigger than, >= bigger or equal
  • == equal # be careful here. A typical error is the omission of the second "=" in which case you get an assignment instead of a condition
Added:
>
>
  • = not equal
 As you can see, the body of the condition is indented. All indented statements following the condition will be executed if the condition evaluates to True.

Loops

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback