How do I get multiple variables from a function in python without running the function multiple times?

后端 未结 0 905
旧时难觅i
旧时难觅i 2021-02-04 13:07

How do I get multiple variables from a function without repeatedly running the function?

example:

import random

examplelist = [\'test\', \'hello\']

def g         


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