mr_xiaochen
mr_xiaochen
CC#
Created by mr_xiaochen on 1/12/2023 in #help
❔ New to C#
thank you
10 replies
CC#
Created by mr_xiaochen on 1/12/2023 in #help
❔ New to C#
@thinker227 Oh,just like this in Python
list = [1,2,3,4,5]
for i in list:
print(list[i])
list = [1,2,3,4,5]
for i in list:
print(list[i])
10 replies