Apr-22-2021, 04:45 PM
(This post was last modified: Apr-22-2021, 05:25 PM by Yoriz.
Edit Reason: Removed the unnecessary all caps of the title
)
Hi
I launch the script below but the windows close automatically
What I have to add to my code for having the windows open please?
I launch the script below but the windows close automatically
What I have to add to my code for having the windows open please?
nb = 7
print(" 1 *", nb, "=", 1 * nb)
print(" 2 *", nb, "=", 2 * nb)
print(" 3 *", nb, "=", 3 * nb)
print(" 4 *", nb, "=", 4 * nb)
print(" 5 *", nb, "=", 5 * nb)
print(" 6 *", nb, "=", 6 * nb)
print(" 7 *", nb, "=", 7 * nb)
print(" 8 *", nb, "=", 8 * nb)
print(" 9 *", nb, "=", 9 * nb)
print("10 *", nb, "=", 10 * nb)
