Modified original article

This commit is contained in:
Camerin Figueroa 2021-11-02 13:11:15 -04:00
parent 48049e7481
commit ce3cfc879c
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
"articles": [
{
"id": 0,
"title": "Test Article",
"desc":"This is a description",
"contents": "Hello World `SomeCode``MoreCode`Apple"
"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"
}
]
}