Set k = 1 Do Display k Set k = k + 1 Until k > 1 Python How many times will the following loop iterate?Set k = 1DoDisplay kSet k = k + 1Until k > 1 Answer: One Share this Share on FacebookTweet on TwitterPlus on Google+