Python Code Demos
def greet(name):
print(f"Hello, {name}!")
greet("World")
Well, all information looks like noise until you break the code.
def greet(name):
print(f"Hello, {name}!")
greet("World")
for i in range(1, 10):
if i > 5:
print('aaa')
def greet(name):
print(f"Hello, {name}!")
greet("World")
for i in range(1, 10):
if i > 5:
print('aaa')
Tabbed Code via Pyodide
But the human race did not have even the slightest bit of psychological preparation for what was about to happen.
def greet(name):
print(f"Hello, {name}!")
greet("World")
Hello, World!
The keel-mounted rail gun pushed the whole ship backward in a solid mathematical relationship to the mass of the two-kilo tungsten round moving at a measurable fraction of c.
def greet(name):
print(f"Hello, {name}!")
greet("World")
for i in range(1, 10):
if i > 5:
print('aaa')
def greet(name):
print(f"Hello, {name}!")
greet("World")
for i in range(1, 10):
if i > 5:
print('aaa')
Hello, World! aaa aaa aaa aaa Hello, World! aaa aaa aaa aaa
Pyodide Direct
You know, the less you talk, the more people assume that what you're not saying is important.
print("Hello, World!")
Still, the underlying point held; experience as well as common sense indicated that the most reliable method of avoiding self-extinction was not to equip oneself with the means to accomplish it in the first place.
def greet(name): print(f"Hello, {name}!") greet("World") for i in range(1, 10): if i > 5: print('aaa') def greet(name): print(f"Hello, {name}!") greet("World") for i in range(1, 10): if i > 5: print('aaa')