Site Tools


marc:linux:python:100days:control_flow

Control_Flow:

Algemene structuur:

if condition:
  do this: 
elif: 
  do something else: 
else:
  do that

Comparison Operators:

Operator Meaning
> Greater than
< Less than
>= Greater than or equal to
Less than or equal to
== Equal to
!= Not equal to
marc/linux/python/100days/control_flow.txt · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki