list1=list(10,20,30)
list1
list1[4]=40
list1
list1[2]=200
list1
list1[4]=NULL
list1

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: