Question 1
Yes
No
Machine Dependent
In Some cases
Good Job!
Oops!
Case is always significant.
Please login to submit your explanation
You can check your performance of this question after Login/Signup
Start
Question 2
Int
FLoat
Char
String
No type casting or change of data-type is done in format function.
Question 3
32
64
128
None of these.
Identifiers can be of any length up to 79 characters
Question 4
February 1991
December 1991
December 1989
February 1989
It was created by Guido van Rossum, and first released on February 20, 1991
Question 5
Interpreted language
Compiled Language
Binary language
Static language
Python is an interpreted language.
Question 6
Strongly, Dynamically.
Weak and Dynamically
Strong and Statically.
Weak and Statically.
Python is a strong and dynamically typed language as it gets interpreted and all the data types are assigned at runtime and Strong typing means that the type of value doesn't change in unexpected ways.
Question 7
IronPython
Cython
Fpython
Stackless Python
Fpython like implementation does not exist in Python programming language.
Question 8
No character datatype in python
Character
char
char()
Character is a unit length string in Python.
Question 9
Integer
bool
enumerate
enumerate is not a data-type in python it is a function.
Question 10
a = 4.5 b = 2 print(a//b)
2.0
2
2.25
2.3
This type of division is called truncating division where the remainder is truncated or dropped.
Please login to report
Login/Signup
Personalized Analytics only Availble for Logged in users
Analytics below shows your performance in various Mocks on PrepInsta
Your average Analytics for this Quiz
Rank
-
Percentile
0%
Completed
0/0
Accuracy
March 31, 2021
Login/Signup to comment
Login/Signup to comment