You can assign the value of Select_Box_Name to the expression in the if statement
Select_Box_Name
Select_Box_Name = driver.find_element(By.NAME, 'your-name') or driver.find_element(by.NAME, 'full-name'
and then do
if Select_Box_name: print("Found")