x = "a" count = 3 #I need the x to be like the string above when i print... #print(x) #output---------> a:3
How I do this guys? thank