We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ac544 commit 636332aCopy full SHA for 636332a
hello.py
@@ -0,0 +1,6 @@
1
+def main():
2
+ print("Hello from python-project-49!")
3
+
4
5
+if __name__ == "__main__":
6
+ main()
pyproject.toml
@@ -0,0 +1,7 @@
+[project]
+name = "hexlet-code"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.12"
7
+dependencies = []
0 commit comments