Guest User

Untitled

a guest
Dec 10th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. - Order of variable declaration doesnt matter
  2. - Identation matters
  3. - Casting: when we convert one type to another
  4. - Tuples are kind of a mix of an array and an object without property: `my_tuple = (1, 2, 3)`
  5. - `state` is convention name for places where you store things
  6. -
Add Comment
Please, Sign In to add comment