Answers for "null type in python"

24

python null

a = None
Posted by: Guest on March-28-2020
0

is there a null data type in python

There's no null in Python. Instead, there's None.  (as at March 2021)
Posted by: Guest on April-16-2021

Python Answers by Framework

Browse Popular Code Answers by Language