0% found this document useful (0 votes)
19 views

python notes

fgfgfgh

Uploaded by

roobala06
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

python notes

fgfgfgh

Uploaded by

roobala06
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Chapter 5

Introduction to Python Notes

1. What is Python Programming Language?

Python is a computer programming language often used to build websites and


software, automate tasks, and analyze data. Python is a general-purpose
language, not specialized for any specific problems, and used to create various
programmers.

2. What are the features of python programming language?

 Easy to use and learn


 Open Source
 Large Standard Library
 Object-Oriented Programming Language
 Platform Independent
 Easy to Debug

3. What are the applications of Python?


4.What is a keyword?

Keywords are the reserved words in Python used by Python interpreter to


recognize the structure of the program.

5. What is a Variable?
Variables A variable is a named location used to store data in the memory.
 x = 42
 y = 42
6. What is a Constant?
A constant is a type of variable whose value cannot be changed during the
program's execution.

7. List python Datatypes.


8. Operators in Python.

You might also like