PYTHON: BEGINNER QUIZ (10 Questions)

Code-Parser
1,719 views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

PYTHON: BEGINNER QUIZ (10 Questions)

Welcome to the Beginner Python Quiz!

Let's see how well you know Python by quizzing you with 10 questions.

Question 1

How do you output the string "Hello World!"? (1 answer)

Question 2

Which of these are valid names for variables? (3 answers)

Question 3

Which of these functions would you use to convert an integer into a binary string?(1 answer)

Question 4

What is the result of str(5)?

Question 5

Which of these are loops? (2 answers)

Question 6

Which of these are types? (2 answers)

Question 7

How do you import a library or module? (1 answer)

Question 8

What is the result of this line of code: ```print(' '.join(['1', '2', 'three', 'four', '5']))``` (1 answer)

Question 9

Which of the following are String Methods? (2 answers)

Question 10

Which of the following are Python Libraries? (3 answers)

And you're Done!

Well done.

I hope you've enjoyed this quiz.

Happy Coding, @Code-Parser

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content