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

rgb_to_hex #43

Open alexanderGGreenberg opened 6 years ago

alexanderGGreenberg commented 6 years ago

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

An up and coming app developer, your front end UI designer sent you the color schema, but it's all RGB, and you only read in hex! Your objective is to take three numbers representing an RGB color, and returning its hex equivalent (all caps) Example input: 40, 56, 88 Example output: >283858