2. Hodnotenie

skore = int(input("Skóre: "))
for i in range(skore):
    print("*", end="")
print()