Informatics2-2020/Lab04

A MathWikiből
(Változatok közti eltérés)
(Új oldal, tartalma: „previous up next = Exercises = == Shopping == Let's say that you went to shopping …”)
 
a
22. sor: 22. sor:
  
 
The function should return the total cost of our shopping: unit price times amount summed for the purchased goods.
 
The function should return the total cost of our shopping: unit price times amount summed for the purchased goods.
 +
 +
== Enciclopedia ==
 +
In the <tt>hazi</tt> system, exercise: '''<tt>enciclopedia</tt>'''
  
 
[[Informatics2-2020/Lab03|previous]] [[Informatics2-2020#Labs|up]] [[Informatics2-2020/Lab05|next]]
 
[[Informatics2-2020/Lab03|previous]] [[Informatics2-2020#Labs|up]] [[Informatics2-2020/Lab05|next]]

A lap 2020. március 4., 11:47-kori változata

previous up next

Exercises

Shopping

Let's say that you went to shopping and you have a python dictionary of the purchased goods. The keys are the items you bought and the values are the amount you bought.

purchased = { 
'banana': 0.6, 
'apple': 1.5, 
'pineapple': 2 }

And you also have the prices of the goods where the keys are the items in the store and the values are their unit price

prices = { 
'apple': 150, 
'plum': 190, 
'pineapple': 450, 
'banana': 300} 

The function should return the total cost of our shopping: unit price times amount summed for the purchased goods.

Enciclopedia

In the hazi system, exercise: enciclopedia

previous up next

Személyes eszközök