Making Meringues: Unit Conversion

Meringues are a traditionally French dish. Many recipes might include metric units such as Celsius or grams. For historical reasons, we might need to convert these to the antiquated Fahrenheit and ounces when baking in the United States.

Task 1: Write a function that converts grams to ounces.

For our purposes, one ounce equals 28.3 grams.


In [1]:
# define your function here