Python - Adding one to variable after each call

后端 未结 0 1168
盖世英雄少女心
盖世英雄少女心 2020-12-12 00:59

count = 0

def lol(count):
    x = count + 1
    print(x)

Currently i am calling this function within another file in my python program, and c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题