Skip to content

Files

Latest commit

b85e247 · Mar 15, 2015

History

History
5 lines (4 loc) · 163 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 163 Bytes

#Beginning-Python

  1. helloworld.py is a simple hello world program.
  2. while.py shows how a while loop works in python.
  3. ifprog.py shows use of 'if' in python.