is there a such thing as a jump to function in python

前端 未结 0 1282
[愿得一人]
[愿得一人] 2020-12-15 02:46

ok so we have python subroutines/functions that work like

def print_twice(argument):
  print(argument)
  print(argument         


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