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.
just do as you would in your usual ide: use
print (...)
Blind4Basics, could you please navigate how the print console done. I came across with the same problem as this mister did.
Thank you!
sample tests are precisely what they are called: sample ;)
When you click on "attempt", your code is tested against the full test suite, generally containing way more tests. If you need to see the inputs to debug your code, don't forget you can print to the console from the guts of your function.
Python:
Run sample tests ok:
Sample Test
Single Digit Number (3 of 3 Assertions)
Two Digit Number (4 of 4 Assertions)
Larger Numbers (3 of 3 Assertions)
But when I try attempt:
Fixed Tests
Single Digit Number (3 of 3 Assertions)
Two Digit Number (4 of 4 Assertions)
Larger Numbers
Test Passed
Test Passed
Test Passed
'Jumping!!' should equal 'Not!!' <<---------------- Only 3 tests were in "sample test". Is it trouble with task or I do something wrong?
Random Tests
Random Test Cases (1000 of 1000 Assertions)