def behaviour3() :
strlen = random.randInt (1, 1000)
randomstring = ''.join (random.choice (string.lowercase) for i in range (strlen))
pyautogui.typewrite (randomstring)
for x in range (1, 7) :
pyautogui.hotkey ('ctrl', 'v')
评论列表
文章目录