일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 8진수
- 선택실행구조
- OpenCV
- 출력
- input()
- 10진수
- 불 자료형
- bitwise
- 비트단위논리연산
- face recognition
- 논리연산
- 기초100제
- 아스키코드
- 종합
- codeup
- 산술연산
- 진수
- 비교연산
- 2차원배열
- 반복실행구조
- Docker
- 입출력
- 파이썬
- 16진수
- 코드업
- 불 연산
- 2진수
- 문자열
- 기초 100제
- 딥러닝
- Today
- Total
목록
728x90
반응형
SMALL
출력 (8)
DeepFlowest
문제 : 답 : 방법1 설명 : 1. 유니코드란? 각 나라별 언어를 모두 표현하기 위해 나온 코드 체계 사용중인 운영체제, 프로그램, 언어에 관계없이 문자마다 고유한 코드 값을 제공하는 새로운 개념의 코드 언어와 상관없이 모든 문자를 16비트로 표현한다. 2. \u : 부호 없는 10진수를 출력 뒤에 유니코드를 적어 특수문자를 출력한다. 3. sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf8') : 유니코드를 이용하기 위해서 사용하는 코드이며 CodeUp에 제출할 때는 써줘야 한다. 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Co..
문제 : 답 : 방법1 방법2 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com
문제 : 답 : 방법1 방법2 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com
문제 : 답 : 방법1 방법2 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com
문제 : 답 : 설명 : 문자열 출력 작은 따옴표안에는 큰따옴표만 가능하다. 큰 따옴표안에는 작은따옴표만 가능하다. 큰 따옴표안에서 큰 따옴표를 출력하려면 \"로 입력한다. 작은 따옴표안에서 작은 따옴표를 출력하려면 \'로 입력한다. 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com
문제 : 답 : 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com
문제 : 답 : 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com
문제 : 답 : 코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp Yearang-Lee/Algorithm Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub. github.com