Python code:
Your should promt user to enter a weight of almonds in lbs. The program should take float point values like 10.5.
Based on the weight, the program must output a level using the following rule - any amount up to and including 30 means a level D. More than 30 but less than 80 is level C.
80 to 110 is level B. More than 100 is level A. Use only names constants for all constants. Decision logic should use multiple alternatives.