how to remove past used variables python code example Example: how to delete a variable python >>>a = 3.14 >>>a 3.14 >>>del a