Answer:
The cost of each slice of the pizza is approximately 793.33 Naira.
Step-by-step explanation:
# Re-executing the calculation after code execution state reset
# Given values
weight_per_slice = 1.7 / 3 # weight of each slice in kg
cost_per_kg = 1400 # cost per kilogram in Naira
# Calculate cost per slice
cost_per_slice = weight_per_slice * cost_per_kg
cost_per_slice