Python stores different types of information in different data types.
These are used to store mixed text, passwords, sentences.
Examples:
dog
passw54£$%^123
The cat sat on the mat
These are used to store whole numbers.
example:
435
-323442
These are used to store numbers with a decimal place values.
4.13234
0.00000000023
These are used to store True or False values
Examples:
True
False
Basic Data Types Video 1.
Function and using Data Types Video 2.
Challenges
Have a go at completing all the challenges from the Challenges worksheet - I have also included a cheat sheet to give some guidance.
Use the Python console to edit / make your own program