Which of the following works without any error?
(a)
var = 'xyz' * 10.5(b)
var = 'xyz' * '5'(c)
var = 'xyz' * 5(d)
var = 'xyz' * 5.0
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.