gpt4 book ai didi

Ruby:打印一些东西 x 次

转载 作者:数据小太阳 更新时间:2023-10-29 07:47:54 25 4
gpt4 key购买 nike

我想返回一个字符串 'x' 次。我当前的代码

return str + str + str + str

我该怎么做才能让它看起来像

return 4 * str

最佳答案

你很接近...

return str * 4

关于Ruby:打印一些东西 x 次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26658999/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com