yhbgvfcd5650 yhbgvfcd5650 06-03-2024 Computers and Technology contestada What will the following code display? def show_values(a=0, b=1, c=2, d=3): print(a, b, c, d) show_values(c=99)