Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Python_Hello_World
Eje2_Python_201169275
Java adding 2 num
square cube function
static
Faiha Lesson 3
Gauss
Brother's share
Подсчет функции
(P3) Fibonacci 2
Please log in to post a comment.