Run your first Python code
Esta página aún no está disponible en tu idioma.
What you will do
Section titled “What you will do”Run a notebook cell and a Python script, and recognize their output.
Before you start
Section titled “Before you start”- An active Standard or Pro subscription, or an eligible trial.
Download the tutorial workspace
Where to start
Section titled “Where to start”File browser → + → Notebook
Follow the steps
Section titled “Follow the steps”print("Hello, Vibeit!") print("2 + 3 =", 2 + 3)
Screenshot capture is in progress for this preview. This page is not approved for publication.
See the control up close

1
print("Hello, Vibeit!")
print("2 + 3 =", 2 + 3)
2

3

4
Check the result
Section titled “Check the result”Both lines appear in the result area without a traceback.
If it does not work
Section titled “If it does not work”- If a file is missing, return to the file browser and confirm which workspace or folder is active.
- If a run fails, read the first error line and check that earlier cells and required packages are available.