>>> def delete_everything(): ... print '/bin not found' ... >>> sales = input('Enter sales: ') Enter sales: delete_everything() /bin not found