Wednesday, 12 December 2012

Python

In python we had an assignment to make a banking system using the python compiler. This wasn't too difficult but sometimes getting the code exactly right made it hard.

Always a good thing to remember that when getting user input, python cannot concatenate int and str terms, so to fix this we have to sometimes define what is int or what is str.

No comments:

Post a Comment