Difference between revisions of "Code/Python"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | == Same line print == | ||
| + | |||
| + | ((float(k)/float(lines_count))*100, k, lines_count) | ||
| + | |||
== General == | == General == | ||
Revision as of 10:49, 12 July 2013
Same line print
((float(k)/float(lines_count))*100, k, lines_count)