From 0fb14b93a98164f233c9175220d45ece701db4c0 Mon Sep 17 00:00:00 2001 From: surister Date: Tue, 22 Oct 2019 09:53:53 +0200 Subject: [PATCH] Fixed formating --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c70089d..6508846 100644 --- a/README.md +++ b/README.md @@ -1642,6 +1642,7 @@ Swarm management which means you can create new swarms in Docker Cloud.
What are some characteristics of the Python programming language?
+ ``` 1. It is a high level general purpose programming language created in 1991 by Guido Van Rosum. 2. The language is interpreted, being the CPython (Written in C) the most used/maintained implementation. @@ -1652,6 +1653,7 @@ Swarm management which means you can create new swarms in Docker Cloud. 7. In python **Everything** is an object. There are many other characteristics but these are the main ones that every python programmer should know. + ```