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)` ---