How can I print 1000 value of pi using the following code? Can I use range() function to this below module? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I print 1000 value of pi using the following code? Can I use range() function to this below module?

Code: /* * from math import pi print(pi) * */

13th Dec 2017, 7:00 PM
Bits!
1 Answer
+ 1
it says no module such name
13th Dec 2017, 8:10 PM
Bits!