Completed
Multi-line strings
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Data Types for Beginners - Python Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Naming a Python file
- 4 Literal Assignment & Checking Data Types
- 5 Constructor functions
- 6 String concatenation
- 7 Casting a number to a string
- 8 Multi-line strings
- 9 Escaping Special Characters
- 10 String Methods
- 11 Building a Menu
- 12 String Indexes & Index Ranges
- 13 Boolean data type
- 14 Integer data type
- 15 Float data type
- 16 Complex numeric data type
- 17 Built-in numeric functions
- 18 The math module
- 19 Casting a string to a number