In the first part of python boot camp by Lux Academy and Data Science East Africa, we covered the basic python concepts, these included:
Pytho...
For further actions, you may consider blocking this person and/or reporting abuse
A neat trick with sets
aset = [1,2,3,3,3,4,4,5]
list(set(aset))
Will give you
[1,2,3,4,5]
Thank you for adding this
A good piece
Thank you am glad you found it interesting
Nice work, this was really helpful.
Thanks for this. <3
Welcome, am glad it was helpful to you
Excellent article. Congratulations
Thank you Jefferson
I suggest that you add outputs as well to demonstrate what each idea would look like
Sure thank you for the feed back
Really great Article, I enjoyed it. Keep up.
Thank you for the feedback Martin.
Thanks for this indeed
Am glad you found it interesting