From 8a967aeb41e1069da93b77ee9859c332dace1d86 Mon Sep 17 00:00:00 2001 From: CharleneOlsen Date: Mon, 18 Jan 2021 00:29:54 +0100 Subject: [PATCH] =?UTF-8?q?vymaz=C3=A1n=C3=AD=20pom=C5=AFcky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hadej-cislo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hadej-cislo.py b/hadej-cislo.py index 16f6e6f..5ac6091 100644 --- a/hadej-cislo.py +++ b/hadej-cislo.py @@ -2,7 +2,6 @@ import random while True: cislo = random.randint(1, 1000) - print(cislo) print("\nHÁDEJ ČÍSLO")