def get_variables1(): variables = {"VARIABLE":"An example string", "ANOTHER VARIABLE":"This is pretty easy!", "INTEGER":66, "STRINGS":["one","two","kolme","four"], "NUMBERS":[1,66,3.1415926], "MAPPING":'{"one":1,"two":2,"three":3}', "DXY":'{"one":1,"two":2,"three":${VARIABLE}}'} return variables