Why python doesn't support long intger numbers ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why python doesn't support long intger numbers ?

I have operation do difficult math and the equal must be 10000000000!

23rd Sep 2021, 8:03 AM
S E N I O R
S E N I O R - avatar
2 Answers
+ 6
Actually maybe its not Python problem... Its Sololearn IDE problem
23rd Sep 2021, 8:08 AM
Anurag Saikia
+ 6
1000000000 factorial you mean? It's not possible because even for print(10000000**100) Python shows the output but sometimes the output will be for example 25 lines ! In this case doesn't shows the output and only says the lines of output
23rd Sep 2021, 8:11 AM
Amirreza
Amirreza - avatar