92.7k views
0 votes
Write the corresponding Python expression of the following mathematical expression.


1 Answer

4 votes

Answer:

The code:

# Import math Library

import math

print (math.pi * 2) ## output is: 6.28318530718

User Bsm
by
4.6k points