1. 100-krát napíš

veta = input("Musím napísať: ")
pocet = int(input("Toľkoto krát: "))

for i in range(pocet):
    print(veta)