first_name <- "Maya" last_name <- "Chen" age <- 34 print(first_name) print(last_name) print(age)
Click Run to execute this code.