Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- curso python (código facilito)
- cad2 </code> <code python> bT = True bF = False bAnd = True and False bOr = True or False bNot = not True </code> == listas, tuplas, diccionarios === lista... print "no" print "fuera del if" if edad >= 0 and edad < 18: print "menor de edad ñ" elif edad >= 18 and edad < 28: print "jovenzuelo" elif edad
- Curso python + openpyxl (excel)
- w.udemy.com/course/python-learn-how-to-read-write-and-manipulate-excel-files/learn/lecture/8080232#over... mn=2) wb.save('file.xlsx') </code> == 3.Reading and Writing Rows in Excel <code python> for i in rang... [i] wb.save('file.xlsx') </code> == 4.Reading and Writing Column and later Grid in a Sheet <code python> for i in range(1,sheet.max_row+1): e=sheet.ce