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 c20724b commit 3ea0cb2Copy full SHA for 3ea0cb2
.python-version
@@ -0,0 +1 @@
1
+3.11
main.py
@@ -0,0 +1,6 @@
+def main():
2
+ print("Hello from devops-engineer-from-scratch-project-313!")
3
+
4
5
+if __name__ == "__main__":
6
+ main()
pyproject.toml
@@ -0,0 +1,7 @@
+[project]
+name = "devops-engineer-from-scratch-project-313"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.11"
7
+dependencies = []
0 commit comments