OpenSourceCornell / Spring_2018_WICC_OSC

The Git Workshop for the Spring 2018 WICC and Open Source Cornell Introduction to Open Source event.
1 stars 21 forks source link

addOpenSource #8

Open alexanderGGreenberg opened 6 years ago

joelahoover commented 6 years ago

Implement the funciton in src/addOpenSource.py with the following specification:

return the inputted list, except with the string 'opensource' concatenated onto the beginning of each element. ex: ['is', 'cool'] return: ['opensourceis', 'opensourcecool']