Skip to content
Snippets Groups Projects
Commit 4d7a53db authored by Françoise Conil's avatar Françoise Conil
Browse files

Python hello world as first Katacoda scenario

parent b70d73cd
No related branches found
No related tags found
No related merge requests found
Well done, now try a more complex scenario.
{
"title": "Hello Python",
"description": "The well known hello world example",
"difficulty": "Beginner",
"time": "1 minute",
"details": {
"steps": [
{
"title": "Step 1",
"text": "step1.md"
}
],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
}
},
"files": ["hello-world.py"],
"environment": {
"uilayout": "editor-terminal",
"uisettings": "python"
},
"backend": {
"imageid": "python"
}
}
In this scenario you will learn how to write and execute the famous hello world display in Python.
Enter the following line in the editor : print("Hello world")
Then execute the script `python hello-world.py`{{execute}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment