본문 바로가기 메뉴 바로가기

Python World

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Python World

검색하기 폼
  • 분류 전체보기 (51)
    • Basic (7)
    • Standard Library (4)
      • built-in functions (1)
    • OOP (1)
    • Web Crawling (2)
    • Test Driven Development (6)
    • Django (20)
    • Microservices (2)
    • Vue.js (1)
    • 구매후기 (1)
  • 방명록

function (1)
함수(Function)

문/표현식 예제 호출 표현식 myfunc('spam', meat = ham) def def printer(message): print('hello' + message) return def adder(a, b = 1, *c): return a + b + c[0] global x = 'old' def changer(): global x; x = 'new nonlocal(3.x) def outer(): x = 'old' def changer(): nonlocal x; x = 'new' yield def squares(x): for i in range(x): yield i ** 2 lambda funcs = [lambda x: x**2, lambda x: x**3] def는 실행 가능한 코드 def는 객체를 생..

카테고리 없음 2019. 7. 3. 15:00
이전 1 다음
이전 다음
최근에 올라온 글
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바