Question 1
if x>98
if (x>98)
if x>=98:
if x>=98
Good Job!
Oops!
Currently there is no PrepInsta Explanation. Did you know?
You can also submit your own version of explanations under user explanation section and also view other submitted explanations by other users.
Please login to submit your explanation
You can check your performance of this question after Login/Signup
Start
Question 2
if
switch
if-else
elif
Question 3
1
2
3
4
Question 4
end
curly braces, }
indentation
#
Question 5
a,b=10,5 if(a>b):print(a) else:print(b)
Throws logical error
Indentation error
Minimum value of a and b
Maximum value of a and b
Question 6
a,b=10,5 if(a==b):print(a,a) else:print(a,b)
prints a and b value or a value based on the values of a,b
prints a,b values in any case
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