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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 1
it says no module such name
13th Dec 2017, 8:10 PM
Bits!