◐ Shell
clean mode source ↗

Python Language Tutorial => Python Data Types

Introduction

Data types are nothing but variable you used to reserve some space in memory. Python variables do not need an explicit declaration to reserve memory space. The declaration happens automatically when you assign a value to a variable.

Got any Python Language Question?

pdf PDF - Download Python Language for free



Previous Next