the split method is very useful when you need to turn a sentence into a list of separate words.
here is an example: sentence.split(' ')
commenting is very useful when you know that when you wil come back through your program you will know what a certain part dose.
the return command at the end of a defined function is used to give out the product of that function.
a flow chart is very important to use when you dont exactly know in what order you should do things.

No comments:
Post a Comment