Friday, 14 December 2012

Python coding

When doing Python it is important that you instruct the compiler exactly what needs to be done, so in fact when something is going wrong, it is only doing what you told it. In Python(GUI) if you want type something like hello, python will not just understand hello on its own, you will have tell it to print hello for example print hello This will tell python to display the message hello on the screen

1 comment:

  1. python code is pretty hard, but you will get the hang of it

    ReplyDelete