Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution to Problem 19 Added #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lordtt13
Copy link

@lordtt13 lordtt13 commented Oct 5, 2019

Closes Issue #5
Please check and merge

Copy link
Owner

@namannimmo10 namannimmo10 left a comment

Choose a reason for hiding this comment

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

Please make these changes, and if possible optimize the code further. It's slow.

@author: tanma
"""

import time,calendar
Copy link
Owner

Choose a reason for hiding this comment

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

There's no need to import time. You can remove it.

counter += 1
return counter

t = int(input().strip())
Copy link
Owner

Choose a reason for hiding this comment

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

Please make it specific to the problem statement.

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.

None yet

2 participants