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.
This comment is hidden because it contains spoiler information about the solution
During C programming it's becoming a habit, couse without semicolon in every place where it should be your program won't run
...
I was curious too. Thanks bro!
The semi colon lets you put multiple statements on one line. For example
x = 4
print(x)
can belcome
x = 4; print(x)
However, the semicolon should be used extremely sparingly if at all. Furthermore, in the above solution it doesn't do anything since it's already at the end of a line. This solution would be more pythonic without it.
Yes, yes it should be. Corrected
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Semicolon can be used a separator but it's limited compared to other C-like languages.
No reason at all. Someone submitted it first and all solutions without it got grouped with that solution.
x) That wasn't really what your sentence felt like...
Do you really believe that
' '
or" "
can make any difference...? :o