+ 1
kindly answer me
7 Respostas
+ 4
Here is it.
https://code.sololearn.com/cFHhiD4j4iGr/?ref=app
+ 10
You can also replace the print lines in your example code with this to get the same result:
for i in range(1, 11):
print("{:2d}* {} = {}".format(i, x, i * x))
+ 2
thanks
+ 1
Aaron
+ 1
You're welcome @Pirate.
0
thanks ada