From 6531670ecf0864f426b86db6446368ed26a1c04b Mon Sep 17 00:00:00 2001 From: SirDank <52797753+SirDank@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:53:56 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 869581d..64197fb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ multithread(example, 10) # func: example | threads: 10 | single: 50 seconds | mu from dankware import multithread import time -new_list = [1, 2, 3, 4, 5]; sum = 0 +new_list = [1, 2, 3, 4, 5] +sum = 0 def example(num): global sum