반응형
print "Will compute", a, "times", b
c = 0
for i in range(0, a):
c = c + b
return c
728x90
반응형

'Python' 카테고리의 다른 글

pygooglechart QRchart  (0) 2021.10.03
python embed  (0) 2021.10.03
python simple udp server  (0) 2021.10.03
python input key example  (0) 2021.10.03
python 컴포넌트를 pip로 손쉽게 업그레이드  (0) 2018.12.29

+ Recent posts