This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
jack
/
cocorobolx
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
f4db1a0f2f
Ramas
Etiquetas
master
cocorobolx
/
skulpt
/
test
/
run
/
t517.py
t517.py
102 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
11
q = 5.0
w = -q
x = True
y = -x
print q, type(q)
print w, type(w)
print x, type(x)
print y, type(y)