Psych200-Example
Example repository for PSY 200
Write code examples in R
x <- mean(myVector)
or in python
myList = [2 * x for x in range(10)]
Example repository for PSY 200
Example repository for PSY 200
Write code examples in R
x <- mean(myVector)
or in python
myList = [2 * x for x in range(10)]
Example repository for PSY 200