Please enable JavaScript.
Coggle requires JavaScript to display documents.
PYTHON 3 - Coggle Diagram
PYTHON 3
TIPOS DE DATOS
Numericos
integer int()
float float()
Operadores
+
-
*
**
/
//
% MODULO (resto)
Texto
string str() (comillas)
Lógicos
bool bool()
True
False
IDLE
CONSOLA INT
EDITOR DE CODIGO
IN/OUT
salida
print()
input()