Ads block
Sequence Type in Python
In Python sequence is the ordered collection of similer or different data types.Sequences allows to store multiple values in an organized and efficient way. Th…
Read more »
Data Types in Python
What is data type? Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can …
Read more »
python QUIZ-1 Questions and Answers
Q:1. What is the first step in write a program? Answer : Write Code Q:2.Logical solution is a _______ and clear ________ procedure to solve the probl…
Read more »
Python development life cycle
There are some steps to describe the life cycle of python programming development:- Write your program or edit (modify or change if required) your program. R…
Read more »
Identifier and keywords in python
An Identifier An identifier is a name given to program elements such as variable,classes and functions etc. An identifier is a sequence of letters, di…
Read more »
Variable in python
Variable A variable is a named location used to store data in the memory. it is helpful to think of variables as a container that holds data which can be ch…
Read more »
What is Python Programming?
What is Python? Python is a general purpose and high level language. Python is a popular programming language it was created by " Guido Van Rossum "…
Read more »
SEARCH
LATEST
3-latest-65px
SECCIONS
Search This Blog
Powered by Blogger.
Blog Archive
- July 2023 (1)
- January 2023 (4)
- December 2022 (1)
- May 2022 (1)
- December 2021 (4)
- November 2021 (12)
- October 2021 (2)
- August 2021 (1)
- July 2021 (19)
- June 2021 (5)
- May 2021 (29)
- April 2021 (11)
- March 2021 (3)
Operators in C
Operators An operator is a symbol that tells the compiler to perform specific mathematical or logical operations, based on the value provi...