Manish Ranjan

Results 2 comments of Manish Ranjan

# You can try this Result = [ i for in range(1000, 3001) if i%2 == 0] print(Result)

Hi, i didn't get any type of error. you don't have to declare variable i .Range function always gives you integer but if you want a list of string values...