more examples in the readme
This commit is contained in:
parent
53b081bc75
commit
298674c83b
@ -8,10 +8,14 @@ any number of things together
|
||||
>>> print glue("any","number","of","things","together",where="anywhere")
|
||||
any number of things together anywhere
|
||||
|
||||
>>> print glue("any","number","of","things","together", "even",["nested","lists"]])
|
||||
>>> print glue("any","number","of","things","together",["even",["nested","lists"]])
|
||||
any number of things together even nested lists
|
||||
|
||||
>>> print glue("any","number","of","things","together", ["even",["nested","lists"]], "and numbers", 12345)
|
||||
any number of things together even nested lists and numbers 12345
|
||||
```
|
||||
|
||||
|
||||
#Protip
|
||||
You should probably just use [str.join](https://docs.python.org/2/library/stdtypes.html#str.join) as this is satire.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user