Data Types

Python Data Types

Python Data Types Data type of a variable tell us about the data contained by variable and allowed associated operations on it. Python has following built-in data types:  a) int (Integer) – Integer represents whole numbers without any fractional part. There are two types of Integers in Python – i.    Integer (signed) – Whole Number, with unlimited size, depends […]

Python Data Types Read More »

Python Revision Tour I : Basics of Python – Notes

Class 12 computer science Python revision tour - I

Class 12 – Computer Science : Python Revision Tour – I [A] – Basics of Python Topics are : INTRODUCTION A python is an object-oriented, interpreted, high-level language and a very powerful programming language. Developed by Guido Van Rossum  in 1991. INSTALLATION Download it from www.python.org  and install your computer by clicking on the installation

Python Revision Tour I : Basics of Python – Notes Read More »

You cannot copy content of this page

Scroll to Top