I miss an "IndentationError: expected an indented block" [closed]

1

I jump one:

  

"IndentationError: expected an indented block"

def impar(x) :
 if x % 2 == 1:
   print("%d es impar" % x)

rdd.foreach(impar)
    
asked by Guido Benicio 26.06.2018 в 16:55
source

0 answers