Thursday, January 23, 2014

Place new object to specific location

To fill i th element of the array :
new (groups+i) Group();

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()