Computer Science, asked by kuberdonde019, 4 days ago

What is Python??
pls tell fast ​

Answers

Answered by rgrohith8aps
1

Answer:

Python is an interpreted high-level general-purpose programming language.

pls mark me brainest

Answered by Anonymous
3

\Large{\mathtt{\underline{\green{Python:-}}}}

Python is a powerful high-level, object-oriented programming language. It was created by Guido van Rossum. It was launched on 1991. It can connect to the database system, it can also read and modify files.

Python works on different platforms like, Raspberry Pi, Linux, Mac, Windows and many more platforms.

\Large{\mathtt{\underline{\blue{Programme:-}}}}

In Python, we use the print statement to output text. The print statement used to print any message to the screen or print statement is used to print string into the console followed by a newline.

Here's a simple python program to print a message on the screen:

>>> print('Hello world')

\Large{\mathtt{\underline{\red{Note:-}}}}

The text should be enclosed into single or double quotes. You have to use same type of quotes at the start and at the end. For example if you try to print this program;

>>> print("Hello world')

It will throw an error message since we started with a double quote and finished with a single quote around Hello world.

Similar questions