Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 267 Bytes

File metadata and controls

6 lines (6 loc) · 267 Bytes

learnpython.org course

1. Indentation:

In python, use indentation for block, instead of curly braces. Standard indentation requires four spaces

2. Variables abd Types:

Python is completely oriented object: Every var in python is object

Number