Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 790 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 790 Bytes

Curriculum
Short Specializations

0x00. Pascal's Triangle

Algorithm Python Encapsulation

Concepts

For this project, look at these concepts:

General Requirements

  • Allowed editors: vi, vim, emacs
  • Files interpreted/compiled on Ubuntu 14.04 LTS using python3 (version 3.4.3)
  • Files first line exactly shebang #!/usr/bin/python3
  • README.md file mandatory
  • Code documented and using PEP 8 style (version 1.7.x)
  • Files executable

General Learning & Setu

python.py

Click to show/hide file contents
import sys, argv
if __name__ == "__main__":

class ClassAct:
	pass

def fn():
    pass