To create a single item tuple add a comma to the end

single_value_tuple = (“single”,)
UPDATED