how to delete python variable code example Example: how to delete a variable python >>>a = 3.14 >>>a 3.14 >>>del a