I also enjoyed the extra video lectures that provide me a short and useful description about variables. Then I moved on and prepared the programming assignment. The practices in the first and second chapter of the book “think python”, which was simple calculations made me familiar with very simple coding, so I was not too surprised with my first programing assignment. Furthermore, the instruction in the assignment was clear and straight forward which was along with a very relative and similar example of the assignment. The assignment was to calculate the area of triangle by the given values for the variables of base, height, and area. I followed the instruction and wrote the python codes in the IDLE in script mode as it was asked, then I ran the code and observed the result, since the codes have run smoothly, and the result was correct there was no need for debugging the program. Then I saved both my python script and the output in a way which was asked and submitted my