pythonprint

1.0.3 • Public • Published

pythonprint

pythonprint lets you use python's print() function instead of JavaScript's console.log() (tedious) function.

Installation

Use the package manager npm to install foobar.

npm install pythonprint

Usage

const print = require("pythonprint")

//returns 'word'
print('word')

//returns 'goose'
print('goose')

//returns 'phenomenon'
print('phenomenon')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

/pythonprint/

    Package Sidebar

    Install

    npm i pythonprint

    Weekly Downloads

    4

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.23 kB

    Total Files

    4

    Last publish

    Collaborators

    • shasherazi