Note: Data should be separated in coma (,), space, tab, or in separated lines.
Exponentiation is a mathematical operation, written as bn, When the base is 10, and n is the number you input, you will get the 10 exponent result.
You input "1,2,3,4,5,6", it means "101, 102, 103, 104, 105, 106", the result is "10, 100, 1000, 10000, 100000,1000000".