Page 1 of 1

I have a code example like print("6" * (2 ** 2)) and the result goes 6666. I don't know how comes. I think i found out t

Posted: Thu Jun 02, 2022 8:17 am
by answerhappygod
I have a code example like print("6" * (2 ** 2)) and the result goes 6666. I don't know how comes. I think i found out the answer. string "6" multiply 4 times lead to 6666.