ended6μ›” 21일· 1 sources

Functions, Scope (Local/Global), Arguments, return, Lambda, filter()/map()/reduce(), Modules

Why it matters

πŸ“Œ Key Concepts Overview 🧩 Part 1 β€” Why Functions? # WITHOUT a function β€” code duplicated everywhere a, b = 10, 20 print(a + b) str1 = input('Enter a string: ') if str1 == str1[::-1]: print('Palindrome...

1
Sources
+0
24h
β€”
Growth
4d
Active

Sources

Related Issues