Question 1 of 3
Which of the following commands is NOT a valid way to add the 'random' library?
1
import r as random
2
import random
3
import random as random
4
import random as r