# Create a list
list1 <- list(c(4,6,8),c(6,1,3),2,16)

# Print-out the list

print(list1)

Embed on website

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