cursedchildiscanon cursedchildiscanon 09-06-2021 Computers and Technology contestada What is the value of x after the following code is executed? x = 0 while x < 20 : x = x + 1 else : x = 10