From 0e9c7a1869eb203ce6f4e329c75d6656821c4956 Mon Sep 17 00:00:00 2001 From: asauer Date: Mon, 15 Apr 2019 17:04:42 +0200 Subject: [PATCH] Add example for explanation --- sections/00.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sections/00.md b/sections/00.md index cf6c73c..1f537e8 100644 --- a/sections/00.md +++ b/sections/00.md @@ -18,6 +18,9 @@ --- ``` -here be example code +protagonist = new Heroine() +charming = new Prince() +while not prince.comes_along(): + protagonist.hair_length++ ```