-Write a statement that assigns the list of seasons of the year to the variable seasons in the following order in Python:
Winter
Spring
Summer
Fall
-Write one statement that uses the in operator to test if the element 'surfing' is present in listlistActivitiesand print the results.
-Using the del keyword and/or the slicing operator:, delete the 3rd through the 5th element from the listlistTemps.
You've been provided a list namedmyLst, of six integers. Set the fourth element's value to 7.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here