“Python NULL” Respostas de código

Python NULL

a = None
Silly Shrike

Python não faz nada

# To do nothing within a statement, use pass

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

Respostas semelhantes a “Python NULL”

Perguntas semelhantes a “Python NULL”

Mais respostas relacionadas para “Python NULL” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código