标签: python
我正在使用Python 3 我遇到了这个错误:
SyntaxError: invalid syntax
在此行:
def gen_population(count: 'Int', dims: 'Int') -> '[[Float]]':