• + 1 comment

    Nice ! But I think its better to use format than round since round will not display zeros after decimal.

    Try this:

    print (format(ps/head,".3f"))  
    print (format(ng/head,'.3f'))
    print (format(zero/head,'.3f'))