Receive print content of another class at execution time not after the end of the function

前端 未结 0 1836
眼角桃花
眼角桃花 2020-11-22 05:36

I have two classes like below:

import import_ipynb
import time

class A:
    def func1(self):
        for i in range(0, 5):
            print(i)
            t         


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