Python Quick Help
Watch the video and then attempt the presentation challenges.
What are the 4 main data types with examples.
How to set a variable to some value and how to print it.
What happens to a string when you use addition and multiplication.
Altering a variable using addition, subtraction, multiplication and division.
Casting data to different types.
Getting the user to input a string, integer and a float.
How to perform a simple if and else command.
How to perform an if command which uses elif allowing multiple outcomes.
How to perform an if command that has multiple conditions.
How to perform a simple For loop.
How to perform a simple While loop.