User:ColorfulGalaxy/Sandbox:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
第2行: | 第2行: | ||
<!-- erich-friedman.github.io/mathmagic/0999.html (7) --> | <!-- erich-friedman.github.io/mathmagic/0999.html (7) --> | ||
<table><tr><td> | <table><tr><td> | ||
{| class="wikitable" | {| class="wikitable" | ||
第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> | |||
Do not add links to B23 dot TV. These links will expire after a year. {{tl|b}} | Do not add links to B23 dot TV. These links will expire after a year. {{tl|b}} | ||
2025年4月8日 (二) 21:52的版本
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)
Do not add links to B23 dot TV. These links will expire after a year. {{b}}