Commit 40392e4d by BellCodeEditor

save project

parent ae212ced
Showing with 2 additions and 6 deletions
a=3
a+=1
a=a+1
print(a)
a%=3
print(a)
students.pop(2)
student.append()
......
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