I need help
Note: It`s a python
Implement the following:1) Store the following data into a list: 5 10 152) Use listmethods to modify the list to the following: 3 5 8 10 12 173. Print each element of the list separated by a '|'.
Just make sure to precisely match the outputformat below.Write your code in theANSWER area provided below (must includecomments if using code is not covered in the course).Example Output3 | 5 | 8 | 10 | 12 | 17 |
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here