Code the variable info that stores a tuple with only one value, "v13".
info
"v13"
Make sure to type info = ("v13",).
info = ("v13",)