3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
![]() |
def command_echo_expr(a, b, c):
|
||
|
print("a", a, "b", b, "c", c)
|