how to pass return value of function to .kv file and set it as text of label

前端 未结 0 1517
忘掉有多难
忘掉有多难 2020-12-21 14:17

This is my .py file:

def heap_sort(self,text):           ##Function to sort the heap
        size=int(text)
        num=copy.deepcopy(myclass.randomlist)

            


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