# Your wrote lots of code in this class!
# Hopefully it doesn't look like nonsense anymore.
x <- 10
# But it's super powerful
square <- function(a) {
return (a*a)
}
# Everyone should know what y is....
y <- square(x)
Largest changes in life exp. |
---|
Maldives (+42) |
Bhutan (+35) |
# You wrote code to do this!