The new things I had learn while learning python #4 - summerization orf loops
while loop = Do something until the condition is true for loop = When you know the exactly how much time I should use repetition Do while loop = Runs the program once and continue it until the condition is true
Comments
Post a Comment