Computer Science, asked by RkRabindra, 1 year ago

what is python and explain it and give some examples and function of python.​

Answers

Answered by joycekphilip91
0

YOU CAN USE GOOGLE FOR IT FOR BETTER ANSWER , THEREFIRE FOR GIVING BEST ANSWER MARK ME AS BRAINLEST

Answered by zaidghori1997
1

Python is a programming language. Its way too easier than other languages and its user friendly.

let me give you one example: Program to swap 2 numbers.

a=10

b=15

swapping in python can be done using 1 line only

a, b = b, a

No need to declare the data type of the variable. Just initialize and start using.


ASweety1431: excuse me ????
ASweety1431: can u help me plzz ??
Similar questions