Browse Source

Random

pull/3/head
Jure Šorn 6 years ago
parent
commit
540801ee47
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -383,7 +383,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)
kwargs = {'x': 3, 'y': 4, 'z': 5}

Loading…
Cancel
Save