student <- list(name = "Priya", age = 21, passed = TRUE, grades = c(88, 91, 79)) student length(student)
Click Run to execute this code.