This lesson introduces students to how data is represented in python. Topics covered: Data types in python: strings, numbers, and booleanstype() functionprint() functionData castingKnowledge Targets: Understand the difference between a string, a number, and a boolean dataUnderstand what ‘Type Error’ is and how to debug itSkill Targets: Use the print() and type() functions properlyConvert between different data types (casting)