Return the string without any whitespace at the beginning or the end.
txt = " Hello World "
x =
Quiz4
Quiz
•
Computers
•
University
•
Hard
Mohand Mahmoud
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Return the string without any whitespace at the beginning or the end.
txt = " Hello World "
x =
txt.strip()
txt.split()
txt.format()
txt.capitalize()
2.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
print(bool("abc"))
True
False
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
if 5 == 10 ........... 4 == 4:
print("At least one of the statements is true")
in
or
and
||
4.
FILL IN THE BLANK QUESTION
1 min • 4 pts
fruits = ["apple", "banana", "cherry"]
Use the method to add "orange" to the fruits list.
5.
FILL IN THE BLANK QUESTION
1 min • 4 pts
fruits = ["apple", "banana", "cherry"]
Use the method to add "lemon" as the second item in the fruits list.
6.
FILL IN THE BLANK QUESTION
1 min • 4 pts
fruits = ["apple", "banana", "cherry"]
Use indexing to print the last item in the list.
7.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
fruits = {"apple", "banana", "cherry"}
if "apple"........ fruits:
print("Yes, apple is a fruit!")
in
notin
&&
and
16 questions
dictionary
Quiz
•
University
20 questions
Python-Lists_Dictionaries
Quiz
•
University
10 questions
Python Basics
Quiz
•
University
10 questions
Python List
Quiz
•
University
15 questions
Python Programming Intermediate-1
Quiz
•
University
11 questions
Python Round 3
Quiz
•
University
17 questions
Python Lists Quiz
Quiz
•
University
15 questions
Python Tuples Quiz
Quiz
•
University
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