執行 ❯
建立您
自己的
網站
×
更改方向
更改主題,深色/淺色
前往 Spaces
dice <- c(1, 2, 3, 4, 5, 6) for (x in dice) { print(x) }
[1] 1
[1] 2
[1] 3
[1] 4
[1] 5
[1] 6