Skip to content

solution/m1-005#89

Open
Natam98 wants to merge 1 commit into
tomorrowdevs-projects:mainfrom
Natam98:solution/m1-005
Open

solution/m1-005#89
Natam98 wants to merge 1 commit into
tomorrowdevs-projects:mainfrom
Natam98:solution/m1-005

Conversation

@Natam98

@Natam98 Natam98 commented Jun 4, 2024

Copy link
Copy Markdown
Collaborator

No description provided.


seconds = seconds % 60

print(str(days) + ":" + str("{:02d}".format(hours)) + ":" + str("{:02d}".format(minutes)) + ":" + str("{:02d}".format(seconds))) No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok using format method, str prefix not needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants