plants_num = 1600 # Replace with a value of your choice. smelly = less_smelly = non_smelly = print('Smelly:',smelly) print('Less smelly:',less_smelly) print('Non Smelly:',non_smelly) recepient_blood_type = 'A' # Replace with a value of your choice. donor_blood_type = 'O' # Replace with a value of your choice. # Your code goes here students = 1 # Replace with a value of your choice. dishes_per_student = 1 # Replace with a value of your choice. dishes_in_stock = 1 # Replace with a value of your choice. # your code here print('Order',dishes_to_order,'dishes')