
Quiz4
Authored by Mohand Mahmoud
Computers
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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 BLANKS QUESTION
1 min • 4 pts
fruits = ["apple", "banana", "cherry"]
Use the method to add "orange" to the fruits list.
(a)
5.
FILL IN THE BLANKS QUESTION
1 min • 4 pts
fruits = ["apple", "banana", "cherry"]
Use the method to add "lemon" as the second item in the fruits list.
(a)
6.
FILL IN THE BLANKS QUESTION
1 min • 4 pts
fruits = ["apple", "banana", "cherry"]
Use indexing to print the last item in the list.
(a)
7.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
fruits = {"apple", "banana", "cherry"}
if "apple"........ fruits:
print("Yes, apple is a fruit!")
in
notin
&&
and
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
Already have an account?