Python Tutorial 2016 Lesson 2.1 - For Loops and time.sleep() for String Printing

preview_player
Показать описание

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.

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 supports v3.2.5 only.
Рекомендации по теме
Комментарии
Автор

Hi Steve,
I am using python 2
how to express end = "" from python 3 version to python 2 syntax in the for loop?

Jodingowal