error (11) 썸네일형 리스트형 👻 [ Python ] Crypto install Error and How to Install 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/%E2%9C%85-Solved-Ubuntu-Crypto-install-Error-and-How-to-Install-with-Python [ Python ] TypeError: unsupported operand type(s) for +: 'int' and 'str' ... Python errorTypeError: unsupported operand type(s) for +: 'int' and 'str' ... 시작 전 테스트환경 살피기 Time 2017년 08월 18일 OS Linux(Ubuntu 16.04 LTS) Language Python 2.7 일단 문제의 원인은 보통 문장을 연결해 줄 때 발생한다.문자열 + 정수형 문자를 연산하면 문자열로 만들어 줬던 다른 언어체계와 헷갈리기 시작하는게 주 원인같다. 예를 들어 아래와 같은 문장 사용시에 Python은 error를 뱉는다. >>> print "hi" + 2017 + "nice to meet you" + 1004Traceback (most recent call last): File "", line 1, in Type.. 👻[ Python ] 한글 인코딩이 안될 때 < 해결방법 > 내용 이전 하였습니다!다음 링크에서 내용 확인 부탁드립니다! 👇 👇 👇 👇 https://proni.tistory.com/entry/%E2%9C%85-Solved-Python-%ED%95%9C%EA%B8%80-encoding%EC%9D%B4-%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%84-%EB%95%8C 이전 1 2 다음