Discuss / Python / my task_copy others

my task_copy others

Topic source

郝宇臻

#1 Created at ... [Delete] [Delete and Lock User]

s = [0] def counter(): s[0] = s[0] + 1 return s[0] return counter


  • 1

Reply