Skip to content

Instantly share code, notes, and snippets.

@sid137
Created April 9, 2011 04:23
Show Gist options
  • Select an option

  • Save sid137/911116 to your computer and use it in GitHub Desktop.

Select an option

Save sid137/911116 to your computer and use it in GitHub Desktop.
song = ["do", "re", "mi", "fa", "so"]
singers = {Jagger: "Rock", Elvis: "Roll"}
bitlist = [
1, 0, 1
0, 0, 1
1, 1, 0
]
kids =
brother:
name: "Max"
age: 11
sister:
name: "Ida"
age: 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment