+ 1
Need a help with this in Python
Write a function that accepts a whole positive number as an argument. The function should divide the number into two parts so that the product of the two numbers obtained is minimal.
3 Answers
+ 2
For example: 234 ,output is : 2 and 34
+ 1
0 and number