User Icon

Clisto Agni

"Embrace challenges; they nurture growth."



back

Python Assessment - 1

60

Questions

1. Who created Python?

2. What is Python?

3. What is a variable in Python?

4. Which of the following is the correct statement to print "Hello, World!" in Python?

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

6. What symbol is used to comment a single line in Python?

7. Find the correct answer for this logical operator ( (4>3) and (5>2) )?

8. What is the output of the following code: `print(2 + 3)`?

9. Which oprator uses +, -, *, %, /

10. To make nested if loop Which one is used ?