
10 Important Python Fundamentals Questions
Authored by Mala Deep
Computers
12th Grade
Used 42+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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 BLANKS QUESTION
1 min • 1 pt
Dictionary is enclosed in (a) 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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?