我怎样才能得到一个随机整数?我已经尝试过,get() 但它不起作用。
get()
def get(): a = randomNumber() return a print get()
python
python ×1