+ 4

Can you make it work?

or tell me what its problem is please https://code.sololearn.com/c11f1PowKIZq/?ref=app

27th May 2018, 1:47 PM
misgav yosef
misgav yosef - avatar
3 Respostas
+ 3
There were 2 mistakes on line 2, one on line 3 https://code.sololearn.com/cDNyO1bzvtc0/?ref=app
27th May 2018, 2:08 PM
davy hermans
davy hermans - avatar
+ 3
thanks
27th May 2018, 2:12 PM
misgav yosef
misgav yosef - avatar
+ 2
def plus_1(a): return(list(range(1,10,a))) j=[1,2,5] for i in j: print(plus_1(i))
27th May 2018, 2:07 PM
Louis
Louis - avatar