generated from mwc/lab_iteration
Since I had already played around with this for my
project, it was already a lot easier to figure out that in previous labs. I simply had to use the loop provided along with indicating a repeat of four times with the forward and right commands already present. I did encounter mild issues with forgetting a colon in a needed area, but was able to problem solve based on the error message I received.
This commit is contained in:
parent
72bbd495e1
commit
316e5c399e
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||
packages = [{include = "lab_iteration"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Reference in New Issue