From 7534aa65ebabc87cc46280d7e14aeaa920335277 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:16:54 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- flow/examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flow/examples/README.md b/flow/examples/README.md index 94be9ca..b5d507d 100644 --- a/flow/examples/README.md +++ b/flow/examples/README.md @@ -33,6 +33,7 @@ This program does nothing. {% endraw %} In Python: + ```python a=1 b=1 @@ -50,6 +51,7 @@ print(c) {% endraw %} In Python: + ```python a = int(input()) b = int(input())