标签: python python-2.7
在python中可以做这样的事情:
def number_clear(num): num = 0 x = 10 number_clear(x) print x >>0
在C中,我们可以通过指针