String Python Tutorial

hexStr = "3f8"
print "\nHex String: " + hexStr.upper().ljust(8,'0')