일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 802.3
- 802.3 이더넷
- Address Resolution Protocol
- adodb 설치
- AES 암호
- Alternatively build in profile or release modes to enable launching from the home screen
- Android Studio 몰입모드
- Android Studio 몰입모드 설정
- Android Studio 상태바 없애기
- Android Studio 자동 정렬
- android studio 자동정렬
- Android Studio 자동정렬 단축키
- Android Studio 코드 자동정렬
- Android Studio 타이틀바 없애기
- Android Studio 하단 바 없애기
- Android Studio 홈버튼 없애기
- Angler EK
- Angler EK 악성코드
- Angler EK이란
- apache2 tomcat9
- apache2 tomcat9 설치
- apache2 tomcat9 연동
- API
- apk 에러
- apk 오류
- ARP
- arp cache poisoning
- ARP Poisoning
- ARP Request
- ARP 구조
Archives
- Today
- Total
목록파이썬 문자열 문자 개수 구하기 (1)
지나가는 이야기
[Python] 파일 속 문자 개수 구하기, 문자열 문자 개수 구하기
이번에는 파일 또는 문자열에 있는 문자 개수를 구하는 프로그램을 만들어 보겠습니다. It is difficult to say what is impossible, for the dream of yesterday is the hope of today and the reality of tomorrow. 위 내용은 test.txt 파일의 내용입니다. 위 파일 내용에서 찾고자 하는 문자(알파벳)를 입력하면 파일의 문자를 처음부터 끝까지 읽어 해당 문자가 몇 개 있는지 반환하는 프로그램입니다. s = input("개수를 알고 싶은 알파벳을 입력하세요. : ") if(len(s) == 1): if(ord(s) >= 65 and ord(s) = 97 and ord(s) = 65 and ord(s) = 97 and or..
Computer language : 컴퓨터 언어/Python
2020. 8. 6. 12:00