1.0.3 • Published 4 years ago
pythonprint v1.0.3
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 pythonprintUsage
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.