Please code the following in Python. Thanks. I'll give upvote if correct.
Make a Big-O function that accepts, as an input, a list of size n and prints all the integers from 1 up to n.Follow the restrictions that are enumerated below:
An example of this is if the input is a list of size 4, the output is:
1
2
3
4
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here