Iteration Main Activity
Iteration Main Activity
Answer:
x=1
print(x)
x=x+1
Task 1
Open python, idle, click on file, new window to write the following python programs:
Tip: You must use a For Loop and a While Loop for this challenge.
• asks the user to input a number and repeats until they guess the number 7
• congratulate the user with a ‘Well Done’ message when they guess correctly