Horje
invalid syntax Code Example
invalid syntax
def annio_bisiesto (annio):
  if annio % 4 == 0 and (annio % 100 != 0 or annio % 400 == 0):
      print("Es bisiesto")
  else:
        print("No es bisiesto")
else:
          print("ERROR, de ingresar un numero")




Python

Related
to_cvs python Code Example to_cvs python Code Example
print single pixel from numpy Code Example print single pixel from numpy Code Example
pandas pivot to sparse Code Example pandas pivot to sparse Code Example
Python Textfeld lköschen Code Example Python Textfeld lköschen Code Example
atan of number python Code Example atan of number python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7