2021-04-09 13:04:55 -04:00
2021-04-09 00:24:15 -04:00
2021-04-09 13:04:55 -04:00
2021-04-09 00:49:47 -04:00

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

  1. Download man.py

  2. Put the man.py next to your code

  3. Write

import man

in your code (at the start)

  1. Use the functions
Description
No description provided
Readme 336 KiB
Languages
Python 100%