Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/percent-format/not-percent.py
12921 views
1
# This is a regular Python file, not a percent script
2
# It has no special cell markers
3
4
def hello():
5
print("Hello")
6
7
hello()
8
9