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   ·   1499 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 16:44 · PVG 00:44 · LAX 09:44 · JFK 12:44
♥ Do have faith in what you're doing.