News

# If we want to print certain number of characters from string. # If you don't write the 'start' then python assumes it as zero(0). print(a[:4]) # There is another ...