From c07822862ef5b7f0f99b797c90bd71b37e001472 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Fri, 4 Nov 2022 22:35:27 +1000 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..51f2a4d --- /dev/null +++ b/test.py @@ -0,0 +1,6 @@ +from random import randint + + +numb = (f"Рандомное число - {randint(-7,10)}") + +print(numb) \ No newline at end of file