''' Purpose: implements the flipper.py problem on test 1 ''' import random # get inputs reply1 = input( "Enter seed: " ) reply2 = input( "Enter choices: " ) reply3 = input( "Enter flips: " )