Computer Science, asked by manojgupta8962p9amdw, 10 months ago


1. Full in the blanks:
a. A statement containing operators and operands is called an______
b. The_______
data type allows a variable to store non-decimal numeric value.
C. A________
is a named memory location that can be assigned a value during the
program execution.
d.______is a data type that you can use to store decimal values in a variable.
e. Python is easy to read as it closely resembles the_______
language.
f. To execute a program written in the Script mode in Editor Window you need to press the_______
key.
g.The ______
statement is an output statement in Python.​

Answers

Answered by syed2020ashaels
0

Answer:

EXPRESSION

INTEGER (int)

VARIABLE

Float,double

English

CTRL+N

print

Explanation:

A high-level, all-purpose programming language is Python. Code readability is prioritised in its design philosophy, which makes heavy use of indentation.

Python uses garbage collection and has dynamic typing. It supports a variety of programming paradigms, including procedural, object-oriented, and functional programming as well as structured programming (especially this). Due to its extensive standard library, it is frequently referred to as a "batteries included" language.

Python was created by Guido van Rossum in the late 1980s to replace the ABC programming language, and it was originally made available as Python 0.9.0 in 1991.

[36] In 2000, Python 2.0 was made available. The 2008 release of Python 3.0 was a significant update that was only partially backwards compatible with previous iterations. The final Python 2 release was Python 2.7.18, which was made available in 2020.

Programming language Python routinely ranks among the most popular ones.

See more:

https://brainly.in/question/4224616

#SPJ3

Similar questions