假设我想让以下的伪代码工作
method generateClass(string name, <string,type>[] attributes)
class name()
//used like int a
// char b
attributes[0].[0] attributes[0].[1]
attributes[1].[0] attributes[1].[1]
我如何在python中执行此操作?