lst <- list(name = "John", age = 25, scores = c(85, 90, 95))
print(lst)