SilverBullet's recent timeline updates
SilverBullet

SilverBullet

V2EX member #338570, joined on 2018-08-05 00:18:22 +08:00
SilverBullet's recent replies
用 numpy 非常简单。
```python
import numpy as np
data = np.arange(1000,10000)
data = data[(data%3 == 0) * (data%6 != 0)].reshape(-1, 5)
[print('{} {}\n{} {} {}'.format(*row)) for row in data]
```
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4670 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 09:49 · PVG 17:49 · LAX 02:49 · JFK 05:49
♥ Do have faith in what you're doing.