M
Q. Write the output of the following :
x = 10 if x > 7 and x <= 10: print("Pass", end="") print("Fail")
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following statements is correct for variable names in Python language?
Q. What will be the output of the following code snippet?
Q. Which of the following is used to print the doc string of a function?
Q. Which of the following is the built in function in python?
Q. What is the average value of the following Python code snippet?
Q. The module Pickle is used to ___.
Q. What does --------- 5 evaluate to?
Q. Given a string example=”hello” what is the output of example.count(‘l’)?
Discusssion
Login to discuss.