import random
liczba = int(input("podaj lie razy rzucić kością: "))
rzut = 0
while liczba > 0:
    rzut = random(1,6)
    liczba-= 1


#for rzut in range(1,liczba+1):
    #random
    #print(rzut)