1. for k in range (2,7) :
print(k, end=' ')
LETS PLAY QUIZ - PYTHON CBSE CLASS XII
Quiz
•
Computers
•
11th - 12th Grade
•
Medium
Online GCC
Used 141+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1. for k in range (2,7) :
print(k, end=' ')
1 2 3 4 5 6
2 3 4 5 6 7
2 3 4 5 6
0 1 2 3 4 5 6
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2. str1="Welcome"
>>> print(str1*2)
Wlecome2
2 Welcome
Error
WelcomeWelcome
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
L=[1,3,6,23,41]
>>> L[2:4]
[6, 23]
[3,6,23,41]
[6,23]
[6,23,41]
[23,41]
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What data type is the object below?
L = [1, 23, 'hello', 1]
tuple
array
list
dictionary
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which statement makes the loop to forcefully exit
continue
exit
pass
break
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Lst=[12,23,41,2,31,45,67,21]
Lst.pop()
12
21
No elements will be popped
1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
School = "Sri Chaitanya"
P=len(School)
>>> print (P)
12
13
14
15
20 questions
The String Class
Quiz
•
12th Grade
15 questions
Problem Solving using Python and R - UNIT I STRINGS MCQS
Quiz
•
12th Grade
20 questions
String Data Type(Python)
Quiz
•
12th Grade
15 questions
Hangman Game - Programming Questions
Quiz
•
7th - 11th Grade
20 questions
Python while loops
Quiz
•
12th Grade
21 questions
CodeHS 3.1 Boolean Expressions-4.2 For Loops Review
Quiz
•
9th - 12th Grade
21 questions
Python Strings
Quiz
•
11th Grade
15 questions
Progamming - Java Syntax
Quiz
•
11th - 12th Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade