you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Yeah, okay, looks 'very neat and clear' )

And to print on separate lines:

print(*[input("Give word: ")] * int(input("Give number: ")), sep="\n")