Python Programming Quiz

Python Programming Quiz

University

10 Qs

quiz-placeholder

Similar activities

#Sg_Spaic Last season Quiz (ML and Python)

#Sg_Spaic Last season Quiz (ML and Python)

KG - Professional Development

10 Qs

quiz - 2

quiz - 2

12th Grade - University

10 Qs

Quiz - Palavras Reservadas e Operadores Lógicos/Comparativos

Quiz - Palavras Reservadas e Operadores Lógicos/Comparativos

University

10 Qs

Fundamentals of Python Programming

Fundamentals of Python Programming

University

10 Qs

PYTHON BASICS

PYTHON BASICS

University

10 Qs

Intro to Python Programming Quiz 9B

Intro to Python Programming Quiz 9B

10th Grade - University

14 Qs

Intro to Python Programming Quiz 9C

Intro to Python Programming Quiz 9C

10th Grade - University

12 Qs

Functions

Functions

University

15 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Other

University

Hard

Created by

Sushma Sushma

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to assign a value to a variable in Python?

x = 5

int x = 5

x := 5

var x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from a user in Python?

input()

scanf()

get()

cin

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display output in Python?

echo()

display()

printf()

print()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

//

#

/* */

--

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1name

name_1

name-1

@name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: print(2 + 3)?

23

5

2+3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function converts a string input to an integer?

str()

int()

float()

input()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?