+ 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

21st Apr 2017, 12:04 AM
LordHill
LordHill - avatar
20 Answers
+ 22
Short code and neatly aligned output. Keep up the good work.
21st Apr 2017, 12:20 AM
Hatsy Rei
Hatsy Rei - avatar
+ 13
Neat!
21st Apr 2017, 9:46 AM
@bayoishola20
+ 10
☺👍👍👍👍
21st Apr 2017, 5:21 AM
Art456
Art456 - avatar
+ 8
very cool 👍
21st Apr 2017, 1:06 AM
Edward
+ 8
good stuff! keep going!
21st Apr 2017, 8:08 AM
ogimod
ogimod - avatar
+ 7
Never give up bud. :D
21st Apr 2017, 2:12 AM
MrCoder
MrCoder - avatar
+ 4
nice
21st Apr 2017, 2:20 AM
Mayur Chaudhari
Mayur Chaudhari - avatar
+ 3
its a beautiful piece of code keep it up
21st Apr 2017, 6:25 AM
Michael Kinyua
Michael Kinyua - avatar
+ 3
KEEP IT UP!!!!
21st Apr 2017, 4:40 PM
DHEERAJ
DHEERAJ - avatar
+ 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=' ')
21st Apr 2017, 7:41 AM
richard
+ 2
good coding. happy coding.
21st Apr 2017, 4:04 PM
HIMANSHU PAL
HIMANSHU PAL - avatar
+ 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.
22nd Apr 2017, 2:16 AM
LordHill
LordHill - avatar
+ 2
Great code. Congratulations on your success! I know how it feels to succeed at last. Keep it up, and never give up.
22nd Apr 2017, 4:12 AM
Param Siddharth
Param Siddharth - avatar
+ 2
Thanks!
22nd Apr 2017, 5:32 PM
Brian
+ 2
Nice one 👌🏻
29th Jun 2017, 10:33 PM
scottwhitfield
scottwhitfield - avatar
+ 1
iam a beginner so plz give me some asvice
22nd Apr 2017, 2:11 AM
sanchit
+ 1
I saw your new app. It's great and helped me in school. Only a 3rd grader.
22nd Apr 2017, 2:32 AM
Brian
+ 1
good! keep up the good work kiddo. school is more important than you know
22nd Apr 2017, 2:37 AM
LordHill
LordHill - avatar
+ 1
advice is: dedicate yourself more and make code with passion Sanchit
22nd Apr 2017, 3:41 AM
Tumisang
0
advice
22nd Apr 2017, 2:12 AM
sanchit