Mar-18-2018, 03:52 PM
How do I prevent the comma being printed after the last item in this code please:
for i in range(0,10): print(i,end=',') >>0,1,2,3,4,5,6,7,8,9,