What is the shortcut way to writing python code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the shortcut way to writing python code?

May be writing longer code to shorter

26th Oct 2020, 3:51 PM
Tusar Ranjan Pradhan
Tusar Ranjan Pradhan - avatar
3 Answers
+ 3
Try using funtional programming In python like lambdas funtions, maps, filters, comprehension etx
26th Oct 2020, 4:29 PM
Talha Tariq
Talha Tariq - avatar
26th Oct 2020, 3:54 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 2
Procedural programming. In procedural programming, you shorten your code by reusable procedures and loops.
26th Oct 2020, 4:00 PM
JS Fan