Skip to content

Commit

Permalink
improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed May 17, 2024
1 parent cb5cf10 commit a725424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/hal9.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"%%writefile app.py\n",
"import sys\n",
"\n",
"name = input(\"What's your name!? \")\n",
"print(f\"Hello {name}\")"
"echo = input()\n",
"print(f\"Echo: {echo}\")"
],
"metadata": {},
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.1.0"
version = "2.1.1"
description = ""
authors = ["Javier Luraschi <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a725424

Please sign in to comment.