
Team2_quiz

Quiz
•
Computers
•
Professional Development
•
Medium
Sharanya Ravikanti
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
str1="You only fail when you stop trying"
str2="A"
for i in str2:
print(str1,end=",")
You,only,fail,when,you,stop,trying
You only fail when you stop trying,
Y,o,u, ,o,n,l,y, ,f,a,i,l, ,w,h,e,n, ,y,o,u, ,s,t,o,p, ,t,r,y,i,n,g
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You can traverse in a given string using__?
for loop
while loop
both for and while loop
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
string="Vasavi"
for i in string[ : :-1]:
print(i,end=' ')
Error
Vasavi
i v a s a V
V a s a v i
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
st="Python is similar to java"
print(st.replace("Python","java"))
Python is similar to Python
java is similar to java
Python is similar to java
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The count() method:
returns the length of the string.
returns the index of the specified value appeared in the string.
returns the number of times the specified value appeared in the string.
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You can't slice a ___________.
Tuple
String
Dictionary
list
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The ord() function returns the character represented by ASCII number .
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
LIST-TUPLES-SET-DICTIONARY

Quiz
•
Professional Development
25 questions
Java Basics

Quiz
•
Professional Development
35 questions
Python Knowledge Check

Quiz
•
Professional Development
25 questions
SDdbC#_Final Quiz

Quiz
•
Professional Development
25 questions
Java Chapter 3 Review Questions

Quiz
•
Professional Development
28 questions
Java Fundamentals

Quiz
•
Professional Development
30 questions
ML/AI internship Intermediate assessment

Quiz
•
Professional Development
35 questions
PCEP-Python Programming Quiz

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade