O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
mylist=eval(input("Enter any List")) print("Before Reverse list is ",mylist) mylist.reverse() print("After Replace list is ",mylist)
▶ Run Code
🖥 Output: