Report - Introducción a PythonPython tiene cinco data types estandar: Numbers String List Tuples Dictionary >>> var1 = 12 >>> var2 = 12.0 >>> type(var1), type(var2)

Please pass captcha verification before submit form