Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
punctuation mark here means just [.,] or the whole python punctuation character class:
print string.punctuation
[!"#$%&'()*+,-./:;<=>?@[]^_`{|}]
punctuation mark here means just [.,] or the whole python punctuation character class:
print string.punctuation
[!"#$%&'()*+,-./:;<=>?@[]^_`{|}]
?
One of final tests test against n = 1,234,567,890
while assumption in task description says:
Assume: 0 <= n < 1,000,000,000