Python: If statement not executing when elif is present

后端 未结 0 611
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-19 03:27

I\'m using the following code to determine when to move to the next line when adding text to the screen:

if avail_space < font.size(word)[0]:
    at_line +         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题