Challenge 7 - Seconds to Minutes

Create an algorithm that converts a given number of seconds into minutes. Remember that there are 60 seconds in a minute, so an input of 125 seconds should output 2 minutes and 5 seconds.

Drag blocks from the left, then click the "Run Code" button to see the output.

OutputPython Code
Home