You can use python as a calculator. For example:
width=7;
height=2;
area = width * height;
print = (area);
It shows 14.
Python as calculator
Posted by
SmoothWayToWorldofPsycho
on Saturday, February 26, 2011
Labels:
programming,
python
0 comments:
Post a Comment