Skip to content

Can't save the results of each function into a variable in python: returns None  #19

Open
@Roiinbarr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions