python Write a function called randomAdjective that returns a random adjective 60% of the time, or the empty string the rest of the time code example
Example: random int in python 3
from random import randint
print(randint(1, 10))
# prints a random integer from 1 to 10