import pykorbitorderbook = pykorbit.get_orderbook("BAND")asks = orderbook['asks']for ask in asks: print(ask[0], ask[1])막 일케 여러줄 나와버리는데 이걸 어떡게 두세줄만 나오게 해요?
https://codeburst.io/building-beautiful-command-line-interfaces-with-python-26c7e1bb54df?gi=ffd5ae76889d
- dc App
Why English?
for ask in asks[:2]:
당신은 천재 ㅋㅋㅋㅋㅋ 쌩유생유 ㅋㅋㅋ