Computer Science, asked by aCupOfChai, 9 days ago

Python is …………………………. High level programming language.
In …………………………… mode python executes one command at a time.
1) Logical operators take ………………………. Values as input.
2) In ……………….. mode we can write and execute Python program.
3) A ……………….. is collection of instructions to perform a specific task.
4) …………………… symbol perform grouping, punctuation and assignment/binding of object to
name.

Answers

Answered by BatoolAmina
1

1) In software engineering world, Python is understood as a high-level, interpreted general-purpose language. ... Other languages turn into Assembly when compiled, and run directly in the processor. Hence, being an interpreted language, which is not subject to processor, makes Python a high-level language

2) In standard binary logic, logical operators operate on propositions that only consider the values “TRUE” or “FALSE” (i.e., 1 or 0, respectively) as input arguments.

I hope it helps you.

Please mark me brainliest.

Similar questions