You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier this evening, my lovely girlfriend asked me to burn her some CDs so she could have something to listen to while driving. The problem is that the CDs have a limited length, and any files burned after that duration are wasted/unaccessible. The solution: write python to figure out how many CDs we would need to burn given the durations of a bunch of songs! The program will output the number of CDs needed to hold all of the songs based on the input CD size, and (eventually) the sets of songs to put on each CD so you don't have to calculate it by hand.