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