0
What is the shortcut way to writing python code?
May be writing longer code to shorter
3 Antworten
+ 3
Try using funtional programming In python like lambdas funtions, maps, filters, comprehension etx
+ 2
if you are talking about onliners
Where to learn:
https://www.sololearn.com/post/679983/?ref=app
Example:
https://code.sololearn.com/c5Wy2GucfM1F/?ref=app
https://code.sololearn.com/cMiArjBthm5G/?ref=app
+ 2
Procedural programming.
In procedural programming, you shorten your code by reusable procedures and loops.