# Introduction In this lab, we need to create a program that takes an integer input from the user and prints the item present at that index in a given list, but if the index is out of bounds, it should print "Wrong Index" using exception handling.
Click the virtual machine below to start practicing