Write a Python program to detect the number of local variables declared in a function
- برمجة
- برمجة بايثون
- 2021-04-16
- salsabeelalhams99111801528
الأجوبة
def abc():
x = 1
y = 2
str1= "w3resource"
print("Python Exercises")
print(abc.__code__.co_nlocals)أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال