Computer Science, asked by sharmaakshat4043, 1 year ago

what is python in computerscience.

Answers

Answered by pintopaul07
1

Python is a high level programming language. It is open source and it's available for many operation system.

Answered by Anonymous
2

Python is a high level programming language which is used over a wide range of fields such as programming , artificial intelligence , etc.

MORE ON PYTHON :

⏩ The printing in Python is done by the following syntax :

>>>print('MY FIRST CODE')

⏩ The output of the above line will be :

MY FIRST CODE

⏩ We can perform simple operations by starting with the same >>> .

⏩ String operations in Python has to be denoted by double quotes .

⏩ The concat function in Python is another thing which is common in most languages .

⏩ Example : "Run" + "Away" will have the Output : RunAway

⏩ Floats are used for decimal numbers and the integers are allowed .

⏩ The named memory locations are called variables and operations can be performed on them .

Similar questions