Python Unit -1 Quiz

Python Unit -1 Quiz

Please Enter the quiz code to start

The number of attempts remaining is 1

1 / 16

1. What will print(3 + 4 * 2) display?

2 / 16

2. Python is known as a:

3 / 16

3.  

Which statement is correct?

 Select all that apply

4 / 16

4. Which of the following is a valid variable name in Python?

5 / 16

5. What is the output?

a=10
b=20
print(a+b)

6 / 16

6. What is the correct file extension for Python files?

7 / 16

7. What will print(“A”, “B”, sep=”*”, end=”!”) display?

8 / 16

8. How to convert a variable from String to Decimal?

9 / 16

9. In the statement

 a=input(“Enter Something”)
what is the type(a)?

10 / 16

10. name=input(“Enter your Name”)

 What is this statement do?

11 / 16

11. 1. What is Python?

12 / 16

12. What needs to be coded to display output as:

Line1

 Line2

 Line3   

13 / 16

13. What is the output?

a=6
b=10
print(a>=b)

14 / 16

14. What is the output?

a=6
b=10
print(a<=b and b<=10)

15 / 16

15. What is the output?

a=5
 a*=5
print(a)

16 / 16

16. What character is used for single line comment?

Your score is

The average score is 0%

Leave a Reply

Your email address will not be published. Required fields are marked *