Computer Vision & Machine Learning Research Laboratory
refer to code:
..
Test_list = [1, 2, 3, 4, 5] Test_list.reverse() print(Test_list) # Output: [5,4,3,2,1]
Thank you.
No comments:
Post a Comment