Posts by Weslley • 13 points
1 post
-
1
votes2
answers675
viewsQ: How to multiply the number of lists by an integer?
If I have an input integer and an input list, it is possible to multiply the integer by the list? M = int(input()) C = (eval('[' + input() + ']')) That is, to have '’M'' lists according to the…