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)

Conditions in python code HS questions and answers 100% pass

Rating
-
Sold
-
Pages
6
Grade
A+
Uploaded on
09-10-2023
Written in
2023/2024

4.1.4: Fix This Program brought_food = True brought_drink = False print(brought_food) print(brought_drink) # These lines don't work! Fix them so that they do. print(type ("Did the person bring food? " + str(brought_food))) print(type ("Did the person bring a drink? " + str(brought_drink))) 4.1.5: Plants needs_water = True needs_to_be_repotted = False print("Needs water: " + str(needs_water)) print (str(needs_to_be_repotted)) print(needs_water) 4.2.5: Fix This Program can_juggle = True # The code below has problems. See if

Show more Read less
Institution
Course

Content preview

Conditions in python code HS questions
and answers 100% pass
4.1.4: Fix This Program ✔✔brought_food = True


brought_drink = False

print(brought_food)

print(brought_drink)

# These lines don't work! Fix them so that they do.

print(type ("Did the person bring food? " + str(brought_food)))

print(type ("Did the person bring a drink? " + str(brought_drink)))




4.1.5: Plants ✔✔needs_water = True


needs_to_be_repotted = False

print("Needs water: " + str(needs_water))

print (str(needs_to_be_repotted))

print(needs_water)




4.2.5: Fix This Program ✔✔can_juggle = True


# The code below has problems. See if

, # you can fix them!

if can_juggle:

print("I can juggle!")

else:

print("I can't juggle.")




4.2.6: Is It Raining? ✔✔




4.3.6: Old Enough to Vote? ✔✔your_age = int(input("How old are you?: "))


age_requirement= 18

can_vote = your_age >= age_requirement

if can_vote:

print("old enough to vote")

else:

print("not old enough to vote")




4.3.7: Positive, Zero, or Negetive ✔✔random_number = int(input("Enter a number: "))


if random_number < 0:

Written for

Course

Document information

Uploaded on
October 9, 2023
Number of pages
6
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$10.99
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
dennisgathiru
5.0
(1)

Get to know the seller

Seller avatar
dennisgathiru City University New York
Follow You need to be logged in order to follow users or courses
Sold
3
Member since
2 year
Number of followers
2
Documents
2234
Last sold
7 months ago

5.0

1 reviews

5
1
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

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

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

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

Student with book image

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

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions