+ 1
Write a program in Python to print multiplication table using yield.
How to Solve it using yield?
9 Respostas
+ 5
I rewrote it, basically the same, now with yield:
https://code.sololearn.com/ca4WAtc87vsM/?ref=app
+ 2
https://code.sololearn.com/ckhy04QYRWbz/?ref=app
hope this was what you wanted
+ 2
There was no room for yield (I used lambda):
https://code.sololearn.com/cC3QYdKzBzf7/?ref=app
+ 2
Thank you so much.
+ 1
do you want it one down other or side by side.
I have edited the code according to one down other.
+ 1
why don't you try to solve it yourself ?
0
Thanks but how to print say 1-10 multiplication table simultaneously?
0
Sorry,but you have to use yield.That's the speciality of the question.
0
That's better