Question: Implement function coin() that returns 'heads' or 'tails' with equal probability Ex: >>> coin() 'Heads' (Python)
"Implement function coin() that returns 'heads' or 'tails' with equal probability"
Ex:
>>> coin()
'Heads'
(Python)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
