Chapter 4

This commit is contained in:
2023-06-03 16:59:29 +02:00
parent c640e3ca82
commit f9020e921f
16 changed files with 396 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}