def print_fruits(): fruit1 = "orange" fruit2 = "apple" # [unused-variable] print(fruit1)