Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgb_to_hex #43

Open
alexanderGGreenberg opened this issue Mar 7, 2018 · 0 comments
Open

rgb_to_hex #43

alexanderGGreenberg opened this issue Mar 7, 2018 · 0 comments
Labels
Difficult enhancement New feature or request

Comments

@alexanderGGreenberg
Copy link
Contributor

alexanderGGreenberg commented Mar 7, 2018

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

@joelahoover joelahoover added enhancement New feature or request Difficult labels Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficult enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants