User:ColorfulGalaxy/Sandbox:修订间差异
外观
Undo 标签:撤销 |
Links |
||
(未显示2个用户的10个中间版本) | |||
第108行: | 第108行: | ||
|} | |} | ||
</td></tr></table> | </td></tr></table> | ||
<pre>from math import pi | |||
p=pi | |||
print(int(p),end=' ') | |||
p-=int(p) | |||
for i in range(14): | |||
p*=7 | |||
print(int(p),end=' ') | |||
p-=int(p)</pre> | |||
Pi in septenary: 3 0 6 6 3 6 5 1 4 3 2 0 3 6 1 http://oeis.org/A004606 | |||
Pi in tetradecimal: 3 1 13 10 7 5 12 13 10 8 1 3 7 5 2 http://oeis.org/A068439 | |||
Do not add links to B23 dot TV. These links will expire after a year. {{tl|b}} |
2025年4月8日 (二) 21:58的最新版本
This is the sandbox. There will probably be another one as this can get too big.
|
| ||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||
|
|
|
| ||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||
|
|
from math import pi p=pi print(int(p),end=' ') p-=int(p) for i in range(14): p*=7 print(int(p),end=' ') p-=int(p)
Pi in septenary: 3 0 6 6 3 6 5 1 4 3 2 0 3 6 1 http://oeis.org/A004606
Pi in tetradecimal: 3 1 13 10 7 5 12 13 10 8 1 3 7 5 2 http://oeis.org/A068439
Do not add links to B23 dot TV. These links will expire after a year. {{b}}