Python Quizes, Python3 Quizes - 01

Python quiz or Python3 quiz , Solve following python MCQs quizzes. These questions are mcq so based on their output choose any one of the correct options. You can ask your queries related to these questions in comment, we will try to answer your query.

 


 

 

1. What is a correct syntax to output "Hello World" in Python3?





 

2. What is output for following code snippet?


def returnVal():
	lst = [1,2,3,4,5]
    print(list([print(x) for x in lst if x%2==0]))





 

2.Python is a _______ language.?





 

3.What is the maximum possible length of an identifier?





 

4. What is output for following code snippet?

2***(3)
  




 

5. What is output for following code snippet?

2**(3**2)
  




Post a Comment

1 Comments