timotheetalabert7 timotheetalabert7 14-04-2021 Computers and Technology contestada U Question 5 1 pts Which of the following Python code segments best matches this Scratch block? set X to 0 x > 0 then change x by 1 se change by 10 x = 0 if x > 0: X = X - 1 else: X = X + 10