Question
i want to convert my assignment into loop
import math Importing math library Standard formatted input oil type=input("enter oil type:") Example oil type= Palm Oil, Olive Oil, Castor Oil mass oil=eval(input("enter mass of oil (g):")) volume oil=eval(input("enter...
3 helpful2 answers