Answer to: Define a Python list for the days of the week and then use a loop (while or for) to print that list. By signing up, you'll get thousands...
+ // size_t num_elem = args.size(); + // PythonList my_list(num_elem); + // for (const char *elem : args) + // my_list.append(PythonString(elem); + // + // and then pass my_list to the pfunc, but that crashes somewhere + // deep in Python for reasons that aren'...