From 6821dd3e88e50a207e2669e971e36ed24a506e8c Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Tue, 2 Nov 2021 13:11:15 -0400 Subject: [PATCH] Modified original article --- public/api/articles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/api/articles.json b/public/api/articles.json index 5ef4bbf..9db15fb 100644 --- a/public/api/articles.json +++ b/public/api/articles.json @@ -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" } ] } \ No newline at end of file