converting from python to js

后端 未结 0 900
误落风尘
误落风尘 2020-12-09 10:19

I\'m trying to convert this piece of python to js - could someone please help me?

k = 20
D = {}
D[0] = [""]
D[1] = ["."]
for n in [2..k]:
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题