This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
jack
/
cocorobolx
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
f4db1a0f2f
Atzari
Tagi
master
cocorobolx
/
skulpt
/
test
/
run
/
t345.py
t345.py
77 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
from math import *
print cos(pi)
print pi
print log(100,2)
print pow(2,24)