Python as calculator

You can use python as a calculator. For example:

width=7;
height=2;
area = width * height;
print = (area);

It shows 14.

0 comments:

Post a Comment