Computer Science, asked by pratik9031, 2 months ago

The output of 11/2 in python shell prompt is​

Answers

Answered by dreamrob
0

Answer: The output of 11/2 in python shell prompt is​ 5.5

To run the program

1) Open Command Prompt

2) Type python and press enter

3) write the statement you want to run.

You will get something like this:

C:\Users\ABC>python

Python 3.9.0 (tags/v3.9.0:9cf6752, Oct  5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>>> 11/2

5.5

>>>

Similar questions