forked from aiti-ghana-2012/Lab_Python_04
-
Notifications
You must be signed in to change notification settings - Fork 0
/
outputOfAnswers
43 lines (38 loc) · 1.11 KB
/
outputOfAnswers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
Question 2
The Initial Items in the store
Carrots 10.0
Bananas 5.5
Bread 1.0
Strawberries 32.6
Apples 7.3
Champagne 20.90
The Final Items in the store
Carrots 10.0
Bananas 5.5
Chicken 6.5
Bread 1.0
Strawberries 63.43
Apples 7.3
Champagne 20.90
Question 3
The List for advertisement
Come to shoprite! We always sell:
Carrots
Bananas
Chicken
Bread
Strawberries
Apples
Champagne
>>> ================================ RESTART ================================
>>>
apples --->a
bananas --->b
champagne --->c
strawberies --->s
>>>