Python Variables and Data Types
In previous tutorial you have learned about how to write and run your first Python program to print Hello World. This tutorial will help you to understand about Python variables and data types. Python Variables Variables are name of memory locations to store values. Variables are easy to use and work within Python environment. …