Answer:
B
Explanation:
XML is mostly used for structural purposes
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.
True I think because it helps right?
Answer:
Swapping two numbers means exchange the values of two variables with each other.
I think it might be the USD but I'm not sure.