Alle Dateien aus dem Pythonkurs
 
 
 
 

5 lines
72 B

import math
print(f'Pi ist {math.pi}')
print(f'Pi ist {math.pi:.2f}')