Skip to content

What does the Python Say?

Latest
Compare
Choose a tag to compare
@coatless coatless released this 21 Feb 07:15
· 13 commits to main since this release

Features

This is a pyodide code cell in a Quarto document. 

```{pyodide-python}
def say_hello(name):
  print(f"Hello there {name}"!)
```
  • Execute code in the code cell using keyboard shortcuts:
    • Run selected code using: [Cmd + Enter] on macOS or [Ctrl+Enter] on Windows
    • Run the entire code area using: [Shift+Enter]

Documentation