The new things I had learn while learning python #4 - Multifaction in While loop Get link Facebook X Pinterest Email Other Apps July 15, 2025 To get the following Output3 x 1 = 3 print(f"3 x {num} = {multiplication}")3 x 2 = 63 x 3 = 9...3 x 10 = 30 Get link Facebook X Pinterest Email Other Apps Comments
The new things I had learn while learning python #4 - summerization orf loops July 16, 2025 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 Read more
Comments
Post a Comment