What will be the value of the following Python expression?
4 + 3 % 5
PYTHON BASICS QUIZ-2
Quiz
•
Professional Development
•
Professional Development
•
Hard
Mrs KEERTHIKA
Used 1+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the value of the following Python expression?
4 + 3 % 5
7
2
4
1
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is used to define a block of code in Python language?
Indentation
Key
Brackets
All of the mentioned
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used for function in Python language?
Function
def
fun
Define
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following character is used to give single-line comments in Python?
//
#
!
/*
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code?
i = 1
while True:
if i%3 == 0:
break
print(i)
i + = 1
1 2 3
Error
1 2
None of the mentioned
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following functions can help us to find the version of python that we are currently working on?
sys.version(1)
sys.version(0)
sys.version()
sys.version
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Python supports the creation of anonymous functions at runtime, using a construct called __________
pi
anonymous
lambda
none of the mentioned
15 questions
python dictionary and set
Quiz
•
Professional Development
20 questions
Python Code
Quiz
•
8th Grade - Professio...
20 questions
HACKATHON HUSTLE(ROUND 1)
Quiz
•
Professional Development
14 questions
ABREDES - Devasc Python
Quiz
•
Professional Development
20 questions
HACKATHON HUSTLE(ROUND 2)
Quiz
•
Professional Development
20 questions
Typescript Basics
Quiz
•
Professional Development
18 questions
Pre Test Python
Quiz
•
Professional Development
15 questions
Simple Python Quiz
Quiz
•
Professional Development
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