10 lines
160 B
Python
10 lines
160 B
Python
#!/usr/bin/python3
|
|
|
|
ctemps = [-40, 0, 37, 75, 100]
|
|
|
|
fruits = [
|
|
' MANGO', 'Apple', ' peach ', 'PLUM ', ' Apricot',
|
|
'BaNaNa', 'Persimmon '
|
|
]
|
|
|