Tuples/lists/vectors

Python

Somehow equivalent to Python's:

x = (1, 2, 4)

R

x <- c(1, 2, 4)