browser.find_element_by_idreturns the web element, and that is what you print. In addition, the desired text is in the child element idlink. Try
idlink = browser.find_element_by_css_selector("#comic > img")
print idlink.get_attribute("src")
idlink - - img, comic.
URL- src, .