invalid literal error when coverting from Hexadecimal colour codes to RGB

前端 未结 0 814
再見小時候
再見小時候 2021-02-20 05:06

I am trying to run some code that converts a hexadecimal colour code to RGB values in python.

This is my function for it:

def hex_to_rgb(value):
    value          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题