6 lines
72 B
Python
6 lines
72 B
Python
import math
|
|
|
|
|
|
print(f'Pi ist {math.pi}')
|
|
print(f'Pi ist {math.pi:.2f}')
|