|
|
@ -435,7 +435,7 @@ now.strftime('%Y%m%d%H%M%S') # '20180315002834' |
|
|
|
|
|
|
|
Arguments |
|
|
|
--------- |
|
|
|
**"*" is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.** |
|
|
|
**`'*'` is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.** |
|
|
|
|
|
|
|
```python |
|
|
|
args = (1, 2) |
|
|
|