+ 1

Can anyone make me understand?

If certain job can be done with little and easy code then what is the need of complex and long codes for the same problem ?

25th Jun 2019, 12:50 PM
Sajan Kumar Rajbanshi
Sajan Kumar Rajbanshi - avatar
6 Answers
+ 1
No Cause I have seen ,they are good at programming but still they give the long and complex solution for simple problem which could have done easily.why is that?
25th Jun 2019, 1:17 PM
Sajan Kumar Rajbanshi
Sajan Kumar Rajbanshi - avatar
+ 1
Yeah That can happen
25th Jun 2019, 1:19 PM
Sajan Kumar Rajbanshi
Sajan Kumar Rajbanshi - avatar
+ 1
I personally do it for challenge. Deliberately coming up with unorthodox solutions for a simple problem. For one, that is the purpose of oneliners What will you learn from: x = int(input()) for i in range(x): print('*' * i) When doing it like this helps you learn😁 print('\n'.join['*' * i for i in range(int(input))])
25th Jun 2019, 2:40 PM
Trigger
Trigger - avatar
+ 1
Yeah that may be the point . But I will use it only when needed
25th Jun 2019, 3:07 PM
Sajan Kumar Rajbanshi
Sajan Kumar Rajbanshi - avatar