Python Programming to count total number of word|| Python Programming || Word count

come code
May 8, 2021

t = “Come Code should be successful one day”
print(“The Orginal String is:”, t)

r = len(t.split())
print(“The number of Word in String are:”, str(r))

--

--

come code

I write blog on programming and computer science.