Browse Source

Format

pull/3/head
Jure Šorn 6 years ago
parent
commit
80be207ba3
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -269,6 +269,7 @@ import re
### Format ### Format
```python ```python
# Both return '<el_1>, <el_2>':
<str> = '{}, {}'.format(<el_1>, <el_2>) <str> = '{}, {}'.format(<el_1>, <el_2>)
<str> = f'{<el_1>}, {<el_2>}' <str> = f'{<el_1>}, {<el_2>}'
``` ```

Loading…
Cancel
Save