Programming Examples
Python program that receives the index and return the corresponding value
write a python program that receives the index and return the corresponding value
Output/ Explanation:
Enter any Index : 4
Value at 4 index is 5
write a python program that receives the index and return the corresponding value
Output/ Explanation:
Enter any Index : 4
Value at 4 index is 5