#include using namespace std; typedef struct&
def personinfo(name,**info): print(name) print(info) for key in info: print(key)