Informatics Practices
…………… mode of Python gives instant result of typed statement.
- Interactive mode
- Script mode
- Both Interactive and Script mode
- None of these
Getting Started
3 Likes
Answer
Interactive mode
Reason — Interactive mode of Python gives instant result of typed statement.
Answered By
1 Like
Related Questions
Which of the following codes is correct?
1.
print("Programming is fun") print("Python") print("Computer Science")2.
print ("Programming is fun) print("Python") print("Computer Science)3.
Print("Programming is fun") print("Python") print("Computer Science")4.
Print("Programming is fun") Print("Python") Print("Computer Science")Python is a case-sensitive language. This means …………… .
- Capital and small letters are same for Python
- Python doesn't care about the case of alphabets
- Python treats capital and small letters as different
- Python automatically capitalizes the small letters
Assertion (A): Python is an object-oriented programming language.
Reasoning (R): Using Python, any software can be designed. Everything in Python is an object.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion (A): Python uses an interpreter to convert source code to object code.
Reasoning (R): Python interpreter is a special virtual engine that converts machine code to source code.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.