Friday, August 25, 2017

First Python Program-Numbers

To begin the python programming, fire your Python!!

You will see:












Now lets begin with
  1. Numbers
    We can use python directly as a calculator.
    >>>2+3
    5
    >>>6/2
    3
    You can try of your own.

No comments:

Post a Comment