Wednesday, July 14, 2021

Python 101: Debug and Run

 The python program is a high level language, this simply means that the computer does not understand what you have written.

In order to successfully run your program, you need to change it to a language the computer can understand.

Pycharm has made this very easy. All you have to do is click the run tab and a screen will pop up with your result (which in this case is 'hello world')




No comments:

Post a Comment

HTML 101: Form

  I believe that everyone who has made use of the internet knows what a form is but in case you don't know, a form is a way of receiving...