반응형
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |