
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
파일 만들어지기는게 안됩니다.

with open("sparta.txt","w",encoding="UTF-8")as file:
file.write("드디어 업무 자동화한다.")
IndentationError: expected an indented block after 'with' statement on line 1
PS C:\Users\귬즌\Desktop\automation>
