The new things I had learn while learning python #4 - Multifaction in While loop

 


To get the following Output

3 x 1 = 3                                            print(f"3 x {num} = {multiplication}")

3 x 2 = 6

3 x 3 = 9

...

3 x 10 = 30


Comments

Popular posts from this blog