Computer Science, asked by deranceadarsh, 4 days ago

PLS DO THIS VERY VERY URGENT

Attachments:

Answers

Answered by programmer454545345
0

Answer:

num = 1

while num <= 10:

     print(f"5 * {num} = {5 * num}")

     num += 1

Explanation:

Similar questions