Wednesday, September 25, 2019

100 Days of Github. Take 2, Day 14.

Day 14

For some work  related code, I had to convert a python list as follows:
["a", "b", "c", "d"] --> ["a", "bc", "d"]
Basically, I had to merge two elements of the list.
I found an answer here.
And here is my github entry.
---
Uploads remaining: 86
Days remaining: 97
Ideal rate of uploads: 1 upload per 1.13 days.
あああああ!

No comments:

Post a Comment