+ 34
[OFF-TOPIC] Success!! FINALLY
Normally I don't do this, but I have to link a code I just finished. A few weeks ago I thought about a multiplication table printout. Then I failed for about an hour to make it and went to bed. Today I thought I would give it another go. And I succeeded!! Lesson of the day: Never give up! https://code.sololearn.com/cO0uB8V6x045/?ref=app
20 Answers
+ 22
Short code and neatly aligned output. Keep up the good work.
+ 13
Neat!
+ 10
☺👍👍👍👍
+ 8
very cool 👍
+ 8
good stuff! keep going!
+ 7
Never give up bud. :D
+ 4
nice
+ 3
its a beautiful piece of code keep it up
+ 3
KEEP IT UP!!!!
+ 2
# congratulations and good work, here's an alternative to nested loops.
# It's a general approach with various applications you might find interesting.
# it relies on modulo and floor division to give the same result in a single loop.
for i in range(10,100):
if not i%10:print('\n')
else:print('{0:>2}'.format(i%10*(i//10)),end=' ')
+ 2
good coding. happy coding.
+ 2
The advice is in the OP.. Never give up. maybe you can't get it today. maybe you need to close your code and learn some more, and then re-visit the problem you couldn't solve.
+ 2
Great code. Congratulations on your success! I know how it feels to succeed at last. Keep it up, and never give up.
+ 2
Thanks!
+ 2
Nice one 👌🏻
+ 1
iam a beginner so plz give me some asvice
+ 1
I saw your new app. It's great and helped me in school. Only a 3rd grader.
+ 1
good! keep up the good work kiddo. school is more important than you know
+ 1
advice is: dedicate yourself more and make code with passion Sanchit
0
advice



