Modified original article
This commit is contained in:
parent
3d277962ff
commit
6821dd3e88
|
|
@ -2,9 +2,9 @@
|
||||||
"articles": [
|
"articles": [
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"title": "Test Article",
|
"title": "Printing in Python",
|
||||||
"desc":"This is a description",
|
"desc":"How to print to the terminal in python",
|
||||||
"contents": "Hello World `SomeCode``MoreCode`Apple"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue