본문 바로가기

homebody's blog

검색하기
homebody's blog
프로필사진 homebody

  • 분류 전체보기 (714)
    • Windows (3)
    • Linux (9)
      • Kali (4)
    • Python (16)
      • TensorFlow (7)
    • VMware (2)
    • Algorithm (680)
    • Vue.js (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • Baekjoon Online Judge
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • TensorFlow
  • 칼리
  • Visual Intelligence
  • 텐서플로우
  • 머신러닝
  • Language Intelligence
  • Windows
  • 설치
  • 선형회귀
  • centOS
  • ML
  • python 설치
  • 운영체제
  • xshell
  • vmware
  • Python 기초
  • Python
  • 리눅스
  • Kali
  • vuejs
  • Machine Learning
  • 설정
  • vue
  • 시퀸스 자료형
  • 가상머신
  • 관리
  • representation learning
  • linux
  • Network
  • server
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록시퀸스 자료형 (1)

homebody's blog

[Python] Python 기초 - 3(시퀀스 자료형)

시퀀스(sequence) 자료형 Sequence 자료형 Sequence는 데이터의 순서대로 나열된 형식을 나타낸다. **주의! 순서대로 나열된 것이 정렬되었다라는 뜻은 아니다.** 리스트(list) a = [value1, value2, value3] 리스트는 대괄호 []를 통해 만들 수 있다. 값에 대한 접근은 list[i]를 통해야 한다. l = [] print(l) location = ['서울', '대전', '구미', '광주', '부산'] print(location) print(type(location)) print(location[0])#indexing print(location[1:5])#slicing print(location[1:]) print(location[:4]) print(locatio..

Python 2019. 6. 30. 15:53
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바