How To Use var. with sleep module?
Look Trough My Code.
At Line 27 (I believe) I Am Getting Error And Nothing I Have Done Has Fixed It
PLEASE HELP ME!!
Voters
Ask coding questions
Look Trough My Code.
At Line 27 (I believe) I Am Getting Error And Nothing I Have Done Has Fixed It
PLEASE HELP ME!!
you need to call the
randint
function (randint()
)right now, you are calling sleep with a
Function
type, but sleep will only work with a integer.@notGilbert Thank You!
I Forgot That I Had To Define The Range For randint