Jump to content

Formatted numeric output: Difference between revisions

m
m (Update C, python and add ALGOL 68)
Line 154:
 
=={{header|Python}}==
#testedTested in: Python 2.5
#!/usr/bin/env python
r=7.125
Line 169:
-0007.125
00007.125
7.125
 
=={{header|Raven}}==
7.125 "%09.3f" print
Cookies help us deliver our services. By using our services, you agree to our use of cookies.