PROGRAMMING:The product of your numbers
Find the product of each digit of any positive integer.
###Input format:
Enter a positive integer.
###Output format:
Outputs the result of the product of the bits of an integer.
###Input example:
```in
one hundred and thirty-five
```
###Output example:
```out
fifteen
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer.
###Output format:
Outputs the result of the product of the bits of an integer.
###Input example:
```in
one hundred and thirty-five
```
###Output example:
```out
fifteen
```
answer:If there is no answer, please comment