“Python no hacer nada” Código de respuesta

Python no hacer nada

# To do nothing within a statement, use pass

good = True
if good:
  pass
else:
  print('This is not good')
Exypnos

Python no hacer nada

def foo():
	pass
# display nothing
MONIN

Respuestas similares a “Python no hacer nada”

Preguntas similares a “Python no hacer nada”

Más respuestas relacionadas con “Python no hacer nada” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código