From 123e13f171e1c0e3f55b5a4fb98de4ea70eb8355 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Mon, 18 Apr 2022 22:27:28 +0200 Subject: [PATCH] Random hint --- 49_Hockey/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/49_Hockey/python/README.md b/49_Hockey/python/README.md index e3f8b2a6..2d8807aa 100644 --- a/49_Hockey/python/README.md +++ b/49_Hockey/python/README.md @@ -16,7 +16,7 @@ Variables: Functions: * REM: A line comment - +* `INT(2*RND(X))+1`: X is constantly 1. That means that this expression is simpler expressed as `randint(1,2)` ---