Python Tutorial v3.2.5 Lesson 5.1 - Escape Characters and Escape Sequences

Опубликовано: 29 Октябрь 2024
на канале: Programming Tutorials by Steve
2,051
10

1:35 Click to skip the introduction.

Lesson 5.1 introduces Escape Characters and Escape Sequences and their use in conjunction with print() and input() functions.

This is an introductory series of Python tutorials. This course, from start to finish, is designed to help someone who has never programmed before learn the basics of coding in Python. As this series continues, we examine more advanced Python techniques, functions, and methods.

You can download a copy of Python from http://www.python.org/downloads/.

Keep in mind this tutorial is using an older version of Python, v3.2.5. You will need to click on the "View Older Releases" button to use this specific version. Using the newer versions will not be an issue at this point, but when the lesson proceeds to basic graphics, the Pygame Module we'll use does not support v3.3+ at this time.