Answer:
weightEarth = float(input("Enter weight on earth: "))
weightMoon = weightEarth/6
print("Weight on moon:", weightMoon)
Explanation:
You have to convert the string input into a float in order to do calculations with it.
Answer:
1.T 2.f 3.t 4.f 5.f 6.f 7.t 8.t 9.f
Answer:
None of the given options
Explanation:
The sender initiates a message by encoding theidea (or a thought) in words or symbols and sends it to a receiver.
Answer:
def normalize(text):
text = text.lower()
text = text.split()
return text
Explanation:
The functiinfunction is provided with an input text when called upon, then it changes every character in the text into lower case and split each word with a space.
Answer:
The answer is that it is a speaker note.
Explanation:
It leaves a note for people that use presentation files. I use it all the time on my google slides.