#!/bin/python import sys def howManyGames(p, d, m, s): # Return the number of games you can buy count=0 while(s>=p): if(m