reidai9_3.py

fruits = ("りんご", "もも", "パイナップル", "メロン")
prices = (100, 350, 2000, 5000)

# 例題9.3