python_man
simple lib, clear, pause, see if pair, order array
man.clear()
man.paused()
pair = man.pair(number) #return boolean
order = man.orderArray([num1,num2,num3]) # return array
Install
-
Download man.py
-
Put the man.py next to your code
-
Write
import man
in your code (at the start)
- Use the functions
Description
Languages
Python
100%