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

doubleAndTriple #28

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

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

given a list of numeric values, double each odd indexed value and triple each even indexed value. return new list.

hf289 commented 6 years ago

I'll work on this one!