# Project -4 : Adventure Game in Python

Project -4

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1719220071547/3fb42986-7cb5-4810-9f93-30af8f7efbf1.png align="center")

Link to see the code

[https://youtu.be/ocB9fRsAd2s](https://youtu.be/ocB9fRsAd2s)

**<mark>Problems That I encountered</mark>**

1. I did not encounter any problems.
    

**<mark>Functions That I have used</mark>**

1. print() : To print a string on the screen.
    
2. input(): To take input form the users side.
    
3. if , elif: coonditional loops.
    

**<mark>What I learned</mark>**

1. Nested if else loops.
    
2. how to format the code neat and clean to make it easy to understand for other coder.
