Manuel González 41a10abca1
Create index.md
2021-05-07 15:23:15 -04:00
2021-05-07 15:23:06 -04:00
2021-04-09 00:24:15 -04:00
2021-04-14 10:41:01 -04:00
2021-04-14 10:44:38 -04:00

python_man

simple lib, clear, pause, see if pair, order Vector

man.clear()

man.paused()

pair = man.pair(number) #return boolean

order = man.orderVector([num1,num2,num3]) # return Vector

reverse = man.reverseVector([num1,num2,num3]) # return Vector

Install

  1. Download man.py - here https://github.com/Can202/python_man/releases/download/v1.2/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%