Which of the following statement are true?
Strings....
Python Strings
Quiz
•
Education
•
Professional Development
•
Hard
Meena Natarajan
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statement are true?
Strings....
are enclosed by single quotation marks only
are enclosed by double quotation marks only
Can include letters, digits, special characters, and spaces
can include letters, digits, special characters, but not spaces
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the correct output of the following String operations
strOne = str("pynative")
strTwo = "pynative"
print(strOne == strTwo)
print(strOne is strTwo)
False False
True True
True False
False True
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following string operations?
str = "My salary is 7000";
print(str.isalnum())
True
False
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which method should I use to convert String "welcome to the beautiful world of python" to "Welcome To The Beautiful World Of Python"
capitalize()
title()
upper()
lower()
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code?
str1 = "My salary is 7000";
str2 = "7000"
print(str1.isdigit())
print(str2.isdigit())
False
True
False
False
True
False
True
True
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Guess the correct output of the following code.
str1 = "PYnative"
print(str1[1:4], str1[:5], str1[4:], str1[0:-1], str1[:-1])
PYn PYnat ive PYnativ vitanYP
Yna PYnat tive PYnativ vitanYP
Yna PYnat tive PYnativ PYnativ
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the correct output of the following String operations
str = "my name is James bond";
print (str.capitalize())
My Name Is James Bond
TypeError: unsupported operand type(s) for * or pow(): 'str' and 'int'
My name is james bond
mY NAME IS JAMES BOND
10 questions
Python quiz
Quiz
•
KG - Professional Dev...
10 questions
MES 3.0 - GL Pool
Quiz
•
Professional Development
10 questions
Java Strings
Quiz
•
1st Grade - Professio...
14 questions
diabetes
Quiz
•
10th Grade - Professi...
10 questions
Javascript Basics
Quiz
•
Professional Development
13 questions
Python Intermediate Quiz - 1
Quiz
•
8th Grade - Professio...
10 questions
Python
Quiz
•
1st Grade - Professio...
10 questions
UiPath 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