Thursday, 27 September 2018

Basic of python

1. What is program?
  Program is the set of introductions followed by computer for  performing an operation.

* Program----Request-----os

2. What is programming?
    Programming means a place or interface Where we can Write the program & run the program is called programming.

3. What is Logic?
    Logic is the set of steps thought for an operation.

* Add two Number.
  1.Input A
  2.Input B
3.C=A+B
4.Display c
Continue in the next post.............

No comments:

Post a Comment