Revision: 70276
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 3, 2016 02:32 by brm
Initial Code
#!/usr/bin/python def func(a, b): for i in range(a, b+1): for j in range(a, b+1): if i==j: for count in range(i): print j, else: print j, print #print func(1,5)
Initial URL
Initial Description
print number histogram 1
Initial Title
number histogram 1
Initial Tags
Initial Language
Python