Um print Python
In [ ]:
print("Olá")
In [2]:
nome = "Gileno"
In [3]:
print(nome)
In [4]:
type(None)
Out[4]:
In [6]:
type(type(None))
Out[6]:
In [ ]: