Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4,6 TrustPilot
logo-home
Exam (elaborations)

Python Coding (Actual) Exam Rated A+

Rating
-
Sold
-
Pages
17
Grade
A+
Uploaded on
17-05-2025
Written in
2024/2025

Python Coding (Actual) Exam Rated A+

Institution
Python Coding
Course
Python Coding

Content preview

Python Coding (Actual) Exam Rated A+
What will the value for istr after this code executes?

-1 - ANSWER-(Chapter 5) What will the following code print out?
smallest_so_far = -1

for the_num in [9, 41, 12, 3, 74, 15] :

if the_num < smallest_so_far :

smallest_so_far = the_num

print smallest_so_far

Hint: This is a trick question and most would say this code has a bug - so read carefully

-1 - ANSWER-(Chapter 9) What would the following Python code print out?
stuff = dict()

print stuff.get('candy',-1)

-1 - ANSWER-(Midterm) For the following Python program, what will it print out?

x = -1

for value in [3, 41, 12, 9, 74, 15] :

if value < x :

x = value

print x

.ma - ANSWER-(Chapter 6)
What will the following Python code print out?
data = 'From Sat Jan 5 09:14:16 2008'

pos = data.find('.')

print data[pos:pos+3]

.py - ANSWER-(Chapter 1) Python scripts (files) have names that end with:

(5/9) - ANSWER-(Midterm) You develop the following program in Python:

,f = int(raw_input("Enter:"))

c = ( f - 32 ) * ( )

print "Celsius",c

And when you run it three times you get the following output:

Enter:212

Celsius 0



Enter:72

Celsius 0



Enter:15

Celsius 0

What part of the program is causing the output to always be zero?

# This is a test - ANSWER-(Chapter 2) Which of the following is a comment in Python?

= - ANSWER-(Chapter 3) Which of these operators is not a comparison / logical
operator?

0 - ANSWER-(Chapter 5) How many times will the body of the following loop be
executed?
n=0

while n > 0 :

print 'Lather'

print 'Rinse'

print 'Dry off!'

1 - ANSWER-(Chapter 3) 'In the following code (numbers added) - which will be the last
line to execute successfully?

, (1) astr = 'Hello Bob'
(2) istr = int(astr)
(3) print 'First', istr
(4) astr = '123'
(5) istr = int(astr)
(6) print 'Second', istr

10
20 - ANSWER-(Chapter 4) What will the following Python code print out?

def func(x) :

print x

func(10)

func(20)

11 Hello - ANSWER-(Midterm) What will the following Python program print out? (This
is a bit tricky so look carefully).

def hello():

print "Hello"

print "There"



x = 10

x=x+1

print x, "Hello"

12 - ANSWER-(Midterm) For the following Python program, what will it print out?

x=0

for value in [3, 41, 12, 9, 74, 10] :

if value < 10 :

x = x + value

Written for

Institution
Python Coding
Course
Python Coding

Document information

Uploaded on
May 17, 2025
Number of pages
17
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

R237,88
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
CLOUND Exam
Follow You need to be logged in order to follow users or courses
Sold
623
Member since
2 year
Number of followers
389
Documents
11531
Last sold
1 week ago
PROF MM

HELLO WELCOME TO THIS PAGE WHERE YOU WILL FIND ALL EXAMS ,STUDY GUIDE ,CASE, TESTBANKS AND ANY OTHER STUDY MATERIALS,

4,0

122 reviews

5
64
4
16
3
29
2
3
1
10

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions