+ 4
Can you make it work?
or tell me what its problem is please https://code.sololearn.com/c11f1PowKIZq/?ref=app
3 Answers
+ 3
There were 2 mistakes on line 2,
one on line 3
https://code.sololearn.com/cDNyO1bzvtc0/?ref=app
+ 3
thanks
+ 2
def plus_1(a):
return(list(range(1,10,a)))
j=[1,2,5]
for i in j:
print(plus_1(i))