Commit 4910e77c by BellCodeEditor

save project

parent 545a7365
Pipeline #3853 failed in 0 seconds
Showing with 9 additions and 4 deletions
......@@ -12,8 +12,14 @@
# blue = students[-2:]
# print(red,blue)
a='asdfghj'
#for i in a:
#print(i)
for i in range(len(a)):
print(a[i])
a=['诺伊,周末一起']
for i in a:
print(i)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment