Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
default argument
def foo(arg_string="abc", arg_list = []): print(arg_string, arg_list) arg_string = arg_string + "xyz" arg_list.append("F") for i in range(4): foo()
run
|
edit
|
history
|
help
0
15
https://rextester.com/REAL13110
A list is shuffled and reshuffled till the 0th index of the list matches
sept
hw11
Game4
2.1.19
square function
HW Descending order
regu