Can't save the results of each function into a variable in python: returns None #19
Open
Description
I wish to save the result of each function into a new variable in python but the functions returns only a print and None object.
I cannot save it into a new variable in my code script.
For example I used the mysp.mysppaus() and the return is:
[]
number_of_pauses= 73
I would like to save it into a variable or get it into a dictionary with key = number_of_pauses and value = 73.
I am using python 3.7.4 on windows.
Thanks.
Metadata
Assignees
Labels
No labels