BASIC QUESTIONS ON PYTHON

BASIC QUESTIONS ON PYTHON

1st - 5th Grade

30 Qs

quiz-placeholder

Similar activities

PS Unit 4 Iteration Quiz Review

PS Unit 4 Iteration Quiz Review

1st Grade - Professional Development

30 Qs

Java Practice Test

Java Practice Test

1st Grade

26 Qs

Clevered-Halloween-Scratch

Clevered-Halloween-Scratch

1st - 5th Grade

25 Qs

Personal Information

Personal Information

KG - 12th Grade

30 Qs

10.LIST

10.LIST

1st Grade

30 Qs

Learn to code 2 review

Learn to code 2 review

1st Grade - Professional Development

26 Qs

Python Fundamentals - 03

Python Fundamentals - 03

5th Grade - University

30 Qs

Python  Fundamentals- 02

Python Fundamentals- 02

5th Grade - University

32 Qs

BASIC QUESTIONS ON PYTHON

BASIC QUESTIONS ON PYTHON

Assessment

Quiz

Other

1st - 5th Grade

Hard

Created by

Robotic Schools

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

my variable

my_variable

123myvariable

MY_VARIABLE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print(2 + 2 * 3)

6

8

10

12

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in Python?

str_to_int()

convert_to_int()

int()

parse_int()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is mutable?

int

float

string

list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to comment a single line in Python?

/* comment */

// comment

# comment

<!-- comment -->

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print(3 > 2 and 4 > 5)

True

False

Error

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print("Hello" + 5)

Hello5

Hello

5

Error

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?