728x90 반응형 SMALL 전체 글430 [영화로 영어공부][Shadowing] 헌트 The HUNT 쉐도잉 English subtitle 💚 화면 한 쪽에 영상, 한 쪽에 이 포스트 window 키 + 좌우 방향키 💚 굵은 글씨 : 익힐 구문 밑 줄 : 잘 안들리는 부분 * : 굵은 글씨 부연 설명, 사전 뜻 # : 씬 전환, 상황 전환 # Group chat *philanthropist 독지가, 자선가 *infuriating 정말 화나는, 짜증나는 *manor 영지(領地) (제후(諸侯)를 봉하여 땅을 내줌. 또는 그 땅.) *deplorable 개탄스러운 (=appalling) # Title The Hunt # In the flight Excuse me. Sir? Sir? Can I get you a snack? Uh, what? I'm sorry, sir. I didn't mean to interrupt. I just wanted to.. 2022. 9. 7. [영화로 영어공부][Shadowing] 소스코드 Source Code 쉐도잉 English subtitle 💚 화면 한 쪽에 영상, 한 쪽에 이 포스트 window 키 + 좌우 방향키 💚 굵은 글씨 : 익힐 구문 밑 줄 : 잘 안들리는 부분 * : 굵은 글씨 부연 설명, 사전 뜻 # : 씬 전환, 상황 전환 # In the train DISPATCHER: (FAINTLY) Dark Star November, this is Gator 6. Return to base. Dark Star November, this is Gator 6. Return to base. (EXPLOSIONS ECHOING) I took your advice. It was good advice. Thank you. You look pale. Everything okay? Sean? Sean? Hey. Anyway, listen. I wan.. 2022. 9. 3. [영화로 영어공부][Translation] 불한당 : 나쁜 놈들의 세상 The merciless 번역 English subtitle # You eat fish really well. You like them? Can't have enough. 없어서 못 먹지 It's good raw, fried, and in any shape or form. - I don't eat them. - Why not? The thing about fish is, look at it, they die with open eyes. It looks like they're glaring at me, talking shit. *노려[쏘아]보다 (=glower) cf. stare 빤히 쳐다보다, 응시하다 I don't like fish. What about anchovies? I know you eat them. Anchovies are cool. They're f.. 2022. 8. 31. format() 함수 예제 코딩 # format() 함수로 숫자를 문자열로 변환하기 format_a = "{}만원".format(8000) format_b = "How many hours should I study? The answer is {} hours".format(1000) format_c = "{} {} {}".format(1000, 2000, 3000) format_d = "{} {} {}".format(1, "스트링", False) # 출력하기 print(format_a) print(format_b) print(format_c) print(format_d) ##정수를 특정 칸에 출력하기 예제 # 정수 output_a = "{:d}".format(52) # 특정 칸에 출력하기 output_b = "{:5d}".format(5.. 2022. 8. 28. 이전 1 ··· 91 92 93 94 95 96 97 ··· 108 다음 728x90 반응형 LIST