Which of the following will not be returned by random.choice(“1 ,”)?
(a) 1
(b) (space)
(c) ,
(d) none of the mentioned
This question was addressed to me in an internship interview.
I want to ask this question from Random Module in chapter Mapping Functions and Modules of Python