Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

if you assign the result a void function to a variable in python, you get:

def void():
    print("Bla Bla")

x = void

print(x)

#OUTPUTS: 
<function void at 0x03CF61D8>

#Hope this helps!
 
PREVIOUS NEXT
Tagged: #assign #result #void #function #variable
ADD COMMENT
Topic
Name
5+7 =