subject

Cold = Falsewindy = Falseneed_jacket = cold#You may modify the lines of code above, but don't move them!#When you Submit your code, we'll change these lines to#assign different values to the variables.#In this problem, we want to print the message, "You should#wear a jacket today!" if it's cold or windy, or the message#"You don't need a jacket today!" if it's not.##At the bottom of this file, we've added some code that#handles printing these two messages. For this code to work,#the variable need_jacket needs to exist. Its value should be#True (the boolean, not the string) if it's cold or windy,#False if it's neither cold nor windy#dd your code to create the variable need_jacket with the#appropriate value here!#Do not modify the code below. It will work if you have#correctly create the variable need_jacket with the#appropriate value. need_jacket = coldprint(need_jacket)else: print(False)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:20
Consider a byte-addressable computer with 16mb of main memory, a cache capable of storing a total of 64kb of data and block size of 32 bytes. (a) how many bits in the memory address? (b) how many blocks are in the cache? (c) specify the format of the memory address, including names and sizes, when the cache is: 1. direct-mapped 2. 4-way set associative 3. fully associative
Answers: 2
question
Computers and Technology, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 23.06.2019 11:50
While preforming before operation pmcs, you notice the front right tire appears slightly under-inflated. what is the proper action?
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
If you embed a word table into powerpoint, what happens when you make edits to the embedded data? a. edits made to embedded data change the data in the source file; however, edits made to the source file will not be reflected in the embedded data. b. edits made to embedded data will change the data in the source file, and edits made to the source file will be reflected in the embedded data. c. edits made to embedded data don't change the data in the source file, nor will edits made to the source file be reflected in the embedded data. d. edits made to embedded data don't change the data in the source file; however, edits made to the source file will be reflected in the embedded data.
Answers: 1
You know the right answer?
Cold = Falsewindy = Falseneed_jacket = cold#You may modify the lines of code above, but don't move t...
Questions
question
Mathematics, 22.10.2019 10:00
Questions on the website: 13722367