|
|
第117行: |
第117行: |
| print(int(p),end=' ') | | print(int(p),end=' ') |
| p-=int(p)</pre> | | p-=int(p)</pre> |
| | |
| | Pi in septenary: 3 0 6 6 3 6 5 1 4 3 2 0 3 6 1 |
|
| |
|
| 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:53的版本
This is the sandbox. There will probably be another one as this can get too big.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
1 |
1 |
1
|
1 |
1 |
1 |
1
|
1 |
1 |
1 |
1
|
1 |
1 |
1 |
1
|
|
4 |
4 |
4 |
4
|
4 |
4 |
4 |
4
|
4 |
4 |
4 |
4
|
4 |
4 |
4 |
4
|
|
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
Do not add links to B23 dot TV. These links will expire after a year. {{b}}