How to get return type from Python script

后端 未结 0 700
既然无缘
既然无缘 2020-12-03 14:06

I have the following code saved as some_file.py:

def some_function(num):
    return int(num) + 1


if __name__ == "__main__":
    val =         


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