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
''' Reading in 2D matrix input from user | |
Version: Python 3 | |
Example input: | |
3 4 | |
1 2 3 4 | |
5 6 7 8 | |
9 10 11 12 |
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
{ | |
"basics": { | |
"email": "stephenksl@gmail.com", | |
"label": "Software Engineer", | |
"location": { | |
"address": "565 Choa Chu Kang Street 52", | |
"city": "Singapore", | |
"postalCode": "S680565" | |
}, | |
"name": "Khor Shao Liang", |