The 'pre' tag yields a fixed-width (monospace) font, and preserves spaces and line-breaks.
<pre>
def doStuff(i):
print()
for z in range(i):
print(z)
c = 4
for z in range(c):
doStuff(z)
</pre>
js / python / linux / .NET C# F# / MS-SQL / postgresql / maths / data / logic / thought / SmartCard / EMV / django / HTML
def doStuff(i):
print()
for z in range(i):
print(z)
c = 4
for z in range(c):
doStuff(z)
No comments:
Post a Comment
comment: