Created
June 29, 2021 07:11
-
-
Save PythonDotLand/f5a463b7e7db93d6369f0e5abb41cfac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| people = [ | |
| { 'name': 'John', "age": 64 }, | |
| { 'name': 'Janet', "age": 34 }, | |
| { 'name': 'Ed', "age": 24 }, | |
| { 'name': 'Sara', "age": 64 }, | |
| { 'name': 'John', "age": 32 }, | |
| { 'name': 'Jane', "age": 34 }, | |
| { 'name': 'John', "age": 99 }, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment