Question 14
Consider that the below commands are executed in a shell with root ("/") as the current directory.
mkdir projectcd projectmkdir src tests docscd srcecho hello > main.pycd ..cd testsecho hello > test.pycd ..cd docsecho hello > api.mdWhat is the absolute path of the file main.py?