Issue
I would like to be able to insert a line of code that counts the number of times the output is "watch".
Solution
Try this one:
counter = 0
while Amzn > 1000:
counter+=1
print("Watch")
Amzn = Amzn - (Amzn*.0103)
else:
print("buy")
print(counter)
Answered By - Gabio Answer Checked By - Terry (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.