- 1
Print even numbers 1 to 50 using python
6 Answers
+ 7
This question looks like a homework assignment for you.
if we will give you the solution then we will responsible to destroy you.
better to show your attempt here once or at least paste whatever you have tried in the description box.
This Q&A forum is for specific programming questions or questions related to SoloLearn (platform, usage and so on)
https://www.sololearn.com/Discuss/1316935/?ref=app
we will surely try our best to help you
Please show your attempt here using code playground.
https://www.sololearn.com/post/75089/?ref=app
+ 2
Ya i got it đ
+ 1
Please do the full code
0
đđ
0
print([i for i in range(50) if i%2==0] )