The correct answer is D. All of the above. Each of these extensions are able to execute files depending on what type of information the file contains.
I believe it is a white curb!
Answer:
temperature = int(float(input("Enter temperature: ")))
fever = 0
if temperature > 98.6:
fever +=1
else:
fever = 0
print(fever)
Explanation:
Answer:
[you, are, how]
Explanation:
The output for given code will be [you, are, how]. Pop gives the mist recently added element in the stack so order is reversed.