Horje
x= [10] def List_ex(): x.append(20) def add_list(): x=[30,40] x.append(50) print (x) List_ex() print (x) add_list() print (x) Code Example
x= [10] def List_ex(): x.append(20) def add_list(): x=[30,40] x.append(50) print (x) List_ex() print (x) add_list() print (x)
x= [10]
def List_ex():
    x.append(20)
def add_list():
    x=[30,40]
    x.append(50)
print (x)
List_ex()
print (x)
add_list()
print (x)





Python

Related
does the total number of subatomuc particles change during fusion Code Example does the total number of subatomuc particles change during fusion Code Example
remainder identifying python Code Example remainder identifying python Code Example
Simulate webcam and microphone selenium Code Example Simulate webcam and microphone selenium Code Example
camera lags when using with opencv Code Example camera lags when using with opencv Code Example
RuntimeWarning: invalid value encountered in true_divide Code Example RuntimeWarning: invalid value encountered in true_divide Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7