portfolio/public/api/articles.json

10 lines
403 B
JSON

{
"articles": [
{
"id": 0,
"title": "Printing in Python",
"desc":"How to print to the terminal in python",
"contents": "Hello and this is my tutorial on how to print in python3. First you want to open a python interpreter. Next type the following: `print('Hello World')` After that you have printed Hello World to the screen"
}
]
}