Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to leave some parameters in python and let the value be anything

#With Function
def player_run():
  pass
print(player_run())
#with class
class User:
  pass
 
PREVIOUS NEXT
Tagged: #leave #parameters #python
ADD COMMENT
Topic
Name
8+8 =