Live stream preview
Converting Variable Type
Introduction to Python Programming • 5m 32s
There are times you'll need to convert a string variable to a numerical variable and vice-versa. You'll learn how to convert variables from one type to another in this section of the course.
Up Next in Introduction to Python Programming
-
Commenting Your Code in Python
Every good coding instructor demands that students comment on their code. In this section of the course, you'll learn how code commenting works in Python.
-
Simple Conditionals
Every program makes decisions. The coding structures used to make decisions are called conditionals. In this video, you'll learn to create simple conditional statements.