
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
수업 진행 중 터미널에서 cd sparta/
입력 했을때 test.py 가 떠야된다고 하는데
제 화면에서는 보이지 않는데 왜그런걸까요?ㅜㅜ
파이썬에서 test.py 생성까지는 완료했었습니다.


작성한 코드 및 에러 메세지
sparta starta
ubuntu@ip-172-31-37-86:~$ cd sparta/
ubuntu@ip-172-31-37-86:~/sparta$ ls
ubuntu@ip-172-31-37-86:~/sparta$ cd sparta sparta/
-bash: cd: too many arguments
ubuntu@ip-172-31-37-86:~/sparta$ cd sparta
-bash: cd: sparta: No such file or directory
ubuntu@ip-172-31-37-86:~/sparta$ cd sparta/
-bash: cd: sparta/: No such file or directory
ubuntu@ip-172-31-37-86:~/sparta$ python test.py
python: can't open file 'test.py': [Errno 2] No such file or directory
ubuntu@ip-172-31-37-86:~/sparta$
