Jure Šorn
Jure Šorn
Thanks, I will consider it.
Cool, I'm actually also working on a new version for a last few days :) If nothing else thanks for sorting out the deprecation warning. Here's my version so far...
I've updated a game in a way that enables you to change the wait function and its parameters in-game: [explorer.py](https://gist.github.com/gto76/7766d797bd9d282861e34e571a3348d3) [settings.py](https://gist.github.com/gto76/49be67f47a3d1d2662dd7f81bd8c93d6) All the different "presets" are stored in settings.py file....
I have commited the following changes: Size is now: ```python W, H = 15, 7 ``` And sleep function for the numbers: ```python await asyncio.sleep(random.triangular(0.01, 0.65)) ```
Thanks! I probably won't merge it, but it's a viable idea.
Interesting, but adding another color is a bit much for my taste.
Thank you. I might use it.
I added the normal table of contents at the top of the file.
The lines are too long. They should not be more than 96 characters long.
Thanks. Yes, it's not perfect but it fits on one line, so all I could really do, is remove the example. I mean your function is pretty neat, but it...