
@develobile Hi! I'm getting to know pyto. Really cool app. Just FYI I couldn't find the docs for shortcuts_attachments(). It took some guesswork for me to find out it was in the pasteboard module. Thanks again!
English
Ben Hampson
52 posts

@BHampson
Python + Django developer.











Today I've been going through Python's built-in functions. format() has commas for thousand separators. Neat. price = 14336540 print(format(price, ',')) # >>> 14,336,540








