반응형 Python7 임의의 랜덤 정수 만들기 모듈 임의의 랜덤 정수 만들기 #랜덤 정수from random import randint dice = randint(1,6)dice 2019. 1. 28. 우분투에 paramiko 설치시 오류 우분투에 paramiko 설치시 오류 error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 해결방법 1. sudo apt-get install python-dev 2. sudo apt-get install libevent-dev 3. python setup.py install 2014. 6. 17. Paramiko 라이브러리 사용하여 ssh 통신 및 hash 값 체크 Using SSH in Python with Paramiko http://sujitpal.blogspot.kr/2010/11/using-ssh-in-python-with-paramiko.html Source code for ironic.common.utils http://docs.openstack.org/developer/ironic/_modules/ironic/common/utils.html The Threading Modulehttp://ilab.cs.byu.edu/python/threadingmodule.html 2014. 6. 16. for문 하나로 마름모 출력 * for문 하나로 마름모? 다이아몬드 출력 * 값을 입력받아 삼각형 + 역삼각형 출력~ diamond = int(input("diamond: ")) for i in range(diamond*2):if i 2013. 10. 31. 이전 1 2 다음 반응형