Answer:
includes different forms of structured and unstructured data.
Explanation:
In terms of big data variety is to include different forms of structured and unstructured data.
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:
Thks is true the int function changes a float value to an integer and will round up or down by default.