Ad
  • Custom User Avatar

    SAMPLE TESTS:
    r=2
    list = ['Rajesh', 'Howard', 'Sheldon', 'Sheldon', 'Leonard', 'Leonard', 'Penny', 'Penny']
    Penny (the last drinker, and then pop)

    TEST RESULTS:
    r=2
    list = ['Penny', 'Penny', 'Penny', 'Penny', ...
    Rajesh', 'Rajesh', 'Rajesh', 'Rajesh', ...
    'Howard', 'Howard', 'Howard', 'Howard', ...
    'Sheldon', 'Sheldon', 'Sheldon', 'Sheldon', ...
    'Leonard', 'Leonard', 'Leonard', 'Leonard', ...
    ]
    'Penny' should equal 'Leonard' <-- Why?