Files
courses/py3interm/sequences.py
T
2025-05-20 11:57:43 -04:00

10 lines
160 B
Python

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