Oceans

Report a typo

Turn a list oceans into a tuple to prevent further data change.

You are NOT supposed to create a new variable for the tuple or print anything.

Write a program in Python 3
oceans = ['Atlantic', 'Pacific', 'Indian', 'Southern', 'Arctic']
___

Create a free account to access the full topic