HACKER Q&A
📣 Decabytes

What are some programming habits you picked up from Mentors?


For me, one of the ones I learned was creating list comprehensions using underscores as in [_*2 for _ in my_list]