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

Quiz
•
Computers
•
University
•
Hard
Dr.Adlin BHC
Used 60+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
_var
var_name
var11
11var
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How many keywords are there in python 3.7?
32
33
31
30
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
All keyword in python are in
lower case
upper case
lower case and uppercase
None of the above
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Why are local variable names beginning with an underscore discouraged?
they confuse the interpreter
they are used to indicate a private variables of a class
they are used to indicate global variables
they slow down execution
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of these are keyword?
in
is
assert
all of the above
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following code : print 5//2
2
2.5
0
error
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
4 is 100 in binary and 11 is 1011. What is the output of the following bitwise operators?
a = 4
b = 11
print(a | b)
print(a >> 2)
15 1
14 1
Create a free account and access millions of resources
Similar Resources on Quizizz
18 questions
Kiểu dữ liệu xâu kí tự trong Python

Quiz
•
10th Grade - University
16 questions
Python Basics

Quiz
•
KG - University
15 questions
Exam 1 Practice

Quiz
•
University
15 questions
CSE 102 Exam 2 Practice

Quiz
•
University
15 questions
Python introduction

Quiz
•
University
20 questions
UNIT 1 PYTHON

Quiz
•
University
15 questions
PYTHON QUIZ - DAY 2

Quiz
•
University
15 questions
Scope of Variables in Python

Quiz
•
1st Grade - Professio...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade