What do you expect the following code will print given the first input is apple (stored in variable a) and the second input is banana (stored in variable b)?

Python Practice Test #2

Quiz
•
Professional Development
•
Professional Development
•
Medium
Matt Little
Used 26+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
apple:banana
apple::banana
banana:apple:
banana::apple
Answer explanation
The inputs were swapped during the assignment. x is assigned the value stored inside b, and y is assigned the value stored inside a.
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
0
4
2
1
Answer explanation
The if clause inside myfun() will evaluate to true since the value passed to the function is >= 4. The if block will then be executed, and the value of 4 will be returned.
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
['bananas', '']
['bananas']
['apples']
['apples', 'bananas', '']
Answer explanation
The element 'apples' will be removed from the list from the .remove('apples') method
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
[7, 6, 5, 4, 3, 2, 1]
[1, 2, 3, 4, 5, 6, 7]
[1, 2, 3, 4, 5, 6]
[2, 3, 4, 5, 6, 7]
Answer explanation
The symbol [:] accesses all elements in the list. [::-1] accesses all elements in the list but in reverse order.
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
0b01
0b11
0b10
10
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the output of the following program?
1
9
10
90
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will the output be after running the following code snippet?
Not equal
Equal
False
True
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Salesforce Admin & Development Final Assessment

Quiz
•
Professional Development
25 questions
PSUEDOCODE 2 CAPGEMINI

Quiz
•
Professional Development
30 questions
DxI600/800

Quiz
•
Professional Development
25 questions
Introduction to Kubernetes

Quiz
•
Professional Development
30 questions
LV08

Quiz
•
Professional Development
25 questions
Coding-Decoding II

Quiz
•
Professional Development
35 questions
PC1250-11R

Quiz
•
Professional Development
30 questions
AIML TECH TRIATHLON

Quiz
•
Professional Development
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade