From 729af491d39c70abfb6572a2daf80c1a94b007e8 Mon Sep 17 00:00:00 2001 From: CharleneOlsen Date: Tue, 12 Jan 2021 14:25:20 +0100 Subject: [PATCH] =?UTF-8?q?V=C3=BDber=20random=20=C4=8D=C3=ADsla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hadej-cislo.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hadej-cislo.py diff --git a/hadej-cislo.py b/hadej-cislo.py new file mode 100644 index 0000000..55b3793 --- /dev/null +++ b/hadej-cislo.py @@ -0,0 +1,3 @@ +# tohle je interaktivní hra, kde hádáš číslo +import random +cislo = random.randint(1, 1000)