# num = 12 # print ('\t' + str(num), end="\t") # num = 12 # print ("\t",str(num), sep='\t') # num = 12 # print("\t" + str(num), end="")