Out of the following, find those identifiers, which can not be used for naming Variable or Functions in a Python program:
_Cost, Price*Qty, float, Switch,
Address One, Delete, Number12, do
Price*Qty, float, Address One, doThese above identifiers cannot be used for naming Variable or Functions in a python program.