O-Seok 개발 성장 일지 ✨

  • Home
    • 01_studying. TIL 👨🏻‍💻
      • blog
      • python
    • 02_issue. TIL 💥
      • python

Tag: if

2020
0
01_studying. TIL 👨🏻‍💻python
2020-05-24

조건문 (if)

어떠한 데이터 처리를 할 때, 조건을 걸어서 원하는 데이터 값을 처리할 수 있다. # if12345# 기본 구조if (조건): (원하는 조건의 동작)else: (위의 원하는 조건이 충족하지 못할 시 동작) 123456789101112131415print(type(True), type(False))print('boolean')# example 1if

follow:

recents

  • 01_studying. TIL 👨🏻‍💻python

    DB 수정, 삭제

    2020-05-25

  • 01_studying. TIL 👨🏻‍💻python

    DB 조회

    2020-05-25

  • 01_studying. TIL 👨🏻‍💻python

    DB파일생성, 테이블생성, 데이터 삽입

    2020-05-25

  • 01_studying. TIL 👨🏻‍💻python

    외부파일(CSV, EXCEL) 읽기, 쓰기

    2020-05-25

  • 01_studying. TIL 👨🏻‍💻python

    파일 읽기, 쓰기

    2020-05-25

categories

  • 01_studying. TIL 👨🏻‍💻22
    • blog2
    • python20
  • 02_issue. TIL 💥1
    • python1

archives

  • May 202023

tags

  • DB3
  • UnicodeDecodeError1
  • blog2
  • class2
  • create1
  • css1
  • csv2
  • datatype6
  • delete1
  • dict1
  • excel1
  • file2
  • for1
  • function2
  • github1
  • hexo2
  • hueman1
  • if1
  • lambda1
  • layout1
  • list1
  • module1
  • package1
  • print1
  • python21
  • read2
  • select1
  • set2
  • sqlite3
  • string1
  • table3
  • theme1
  • tuple1
  • while1
  • write2

tag cloud

DB UnicodeDecodeError blog class create css csv datatype delete dict excel file for function github hexo hueman if lambda layout list module package print python read select set sqlite string table theme tuple while write

links

  • Hexo

© 2020 O-Seok

Powered by Hexo. Theme by PPOffice