if 5 == 10 ........... 4 == 4:
print("At least one of the statements is true")
output is : At least one of the statements is true
Quiz 2.2
Quiz
•
Computers
•
Professional Development
•
Hard
Mohand Mahmoud
Used 2+ times
FREE Resource
26 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
if 5 == 10 ........... 4 == 4:
print("At least one of the statements is true")
output is : At least one of the statements is true
2.
FILL IN THE BLANK QUESTION
1 min • 3 pts
fruits = ["apple", "banana", "cherry"]
Use the method to add "orange" to the end of fruits list.
3.
FILL IN THE BLANK QUESTION
1 min • 3 pts
fruits = ["apple", "banana", "cherry"]
Use the method to add "lemon" as the second item in the fruits list.
4.
FILL IN THE BLANK QUESTION
1 min • 3 pts
fruits = ["apple", "banana", "cherry"]
Use indexing to print the last item in the list.
5.
FILL IN THE BLANK QUESTION
1 min • 3 pts
fruits = {"apple", "banana", "cherry"}
more_fruits = ["orange", "mango", "grapes"]
Use the correct method to add multiple items (more_fruits) to the fruits set.
6.
FILL IN THE BLANK QUESTION
1 min • 3 pts
fruits = {"apple", "banana", "cherry"}
Use the method to add "orange" to the fruits set.
7.
FILL IN THE BLANK QUESTION
1 min • 3 pts
print(bool("abc"))
21 questions
Flutter_Q1
Quiz
•
Professional Development
24 questions
DATATYPES - INPUT/OUTPUT - OPERATORS
Quiz
•
Professional Development
22 questions
Flutter_Q2
Quiz
•
Professional Development
30 questions
C BASICS
Quiz
•
Professional Development
24 questions
Julia - Quiz 1
Quiz
•
Professional Development
25 questions
AP CSA Unit 1&2 Test
Quiz
•
8th Grade - Professio...
25 questions
LIST-TUPLES-SET-DICTIONARY
Quiz
•
Professional Development
28 questions
Java Chapter 4 Review Questions
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