Conditonal table of contents

48 0 0
                                    

Conditions are listed here for ease of learning
The format is conditional: usage/definition
If Looks to see if the presented condition (ex x == 1) is true or not.
Not. Reverses of conditional statements (ex if not x==1)
==. Compares two values to see if they are equal
!= Compares two values to see if they are false
> < greater then or less then
>= <= greater then or equal too or vise Versa

You've reached the end of published parts.

⏰ Last updated: May 15, 2017 ⏰

Add this story to your Library to get notified about new parts!

Learn python scripting for beginnersWhere stories live. Discover now