Skip to content

Instantly share code, notes, and snippets.

@xodhx4
Created April 2, 2020 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xodhx4/f0a676937be7d7bc23bbe3158d454124 to your computer and use it in GitHub Desktop.
Save xodhx4/f0a676937be7d7bc23bbe3158d454124 to your computer and use it in GitHub Desktop.
Markdium-JS 초보가 쓰는 async await 처음부터 이해하기
f = open('example.txt', 'r') // example.txt를 읽어서 파일 객체 f를 리턴해준다
print(f.readline()) // 한 줄을 읽어서 화면에 출력한다
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment