Search Header Logo

Quiz4

Authored by Mohand Mahmoud

Computers

University

Used 2+ times

Quiz4
AI

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

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?