Equivalent of R's paste command for vector of numbers in Python

前端 未结 5 948
栀梦
栀梦 2020-12-16 14:52

This must have been asked before, but I\'m afraid I can\'t find the answer.

In R, I can write

paste0(\'s\', 1:10)

which returns a l

5条回答
提交回复
热议问题