10 Important Python Fundamentals Questions

10 Important Python Fundamentals Questions

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python - Chpt 1 - Review

Python - Chpt 1 - Review

9th - 12th Grade

15 Qs

Global and local variables

Global and local variables

10th - 12th Grade

10 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

TN +2 LESSON 5 _ PYTHON VARIABLES AND OPERATORS

TN +2 LESSON 5 _ PYTHON VARIABLES AND OPERATORS

12th Grade

15 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python

Python

7th Grade - Professional Development

13 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

10 Important Python Fundamentals Questions

10 Important Python Fundamentals Questions

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Mala Deep

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1_variable

variable_1

_variable

variable1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output:

x = 10

y = 2

x = 5

print(x+x)

15

7

10

Error

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Dictionary is enclosed in_______ brackets.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what does the "==" operator do?

Assigns the value on the right to the variable on the left

Checks if two values are not equal

Checks if two values are equal

Converts the value on the left to the type of the value on the right

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is used to define a function in Python?

define

my_function

dif

def

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to comment multiple lines in Python?

# comment #

''' comment '''

/* comment /

" comment "

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure in Python is mutable AND ordered?

Dictionary

Tuple

Set

List

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?