i have output in terminal like this:
[[22, 31, 32, 100, 16, 17, 23, 24], [5, 25, 26, 100, 10, 11, 12,
13], [37, 38, 39, 100, 27, 28, 20, 21], [18, 19, 3, 4, 100, 6, 7,
33], [40, 41, 42, 100, 14, 15, 1, 2], [34, 35, 36, 100, 8, 9, 29,
30]]
Now i need to print the output in the terminal as pdf like this
using python
ภ 37 18 40 34 21 33 17 11 28 6 15 9 39 3 42 36 88 30
i have output in terminal like this: [[22, 31, 32, 100, 16, 17, 23, 24], [5, 25, 26, 100, 10, 11, 12, 13], [37, 38, 39,
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am