BeautifulSoup finden Wert Wert

input_tag = soup.find(id="id")
output = input_tag['value']
68Duck