Python - Standard Library Usage
What will be the output of this code?
import random print(random.choice(['apple', 'banana', 'cherry']))
import random print(random.choice(['apple', 'banana', 'cherry']))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions