Skip to content

Latest commit

 

History

History

001

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

001

See here.

For *nix you can create this function / alias:

function pytip(){
	python <(curl -s https://raw.githubusercontent.com/pybites/100DaysOfCode/b96773b751fa0f3672fad6596251ef600af4dc7f/001/pytip.py) $@
}

Have fun and keep submitting nice Python tips :)