As part of this project you will learn:
Let's create our adventure story and define all the possible conditions
Don't forget to use Colon : after each if, elif and else conditions
Make sure all the code inside if, elif and else is shifted
Now we checked all the possible variations right, left and forward, but what if you've entered something different? So we need to add an Else condition for that. Type the next line of code as shown in the picture:
After that run your code and test all four possible variations.
We can add more conditions inside existing if or else conditions. Let's do it inside our first if conditions
The final program code should look similar to this:
In order to receive your completion certificate all projects should be submited before 6th April 2023
You have completed this project.