Python Program to Sort Words in Alphabetic Order (A B C)

preview_player
Показать описание


WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India.

We help businesses of all sizes to build their online presence, grow their business, and reach new heights.

All the courses are job-oriented, up-to-date with the latest algorithms and modules, fully practical, and provide you hands-on projects.

📞 For more info about the courses, call us: +91-7878985501, +91-9269698122

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:

--------------------------------------| Thanks |---------------------------
#python #pythonprogramming #pythontutorials
Рекомендации по теме
Комментарии
Автор

😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.

wscubetech
Автор

a = input(" enter your line : ")
w = sorted(a.lower().split())
print(w)

imnikhi
Автор

WithOut using builtin functions
a = "Python Program to Sort Words in Alphabetic Order "
new_str = ""
lst_words = []
for i in a:
if i == " ":
lst_words.append(new_str)
new_str = ""
continue
elif a[len(a) - 1] == i:
new_str += i
lst_words.append(new_str)
new_str = ''
continue
new_str += i

for i in range(0, len(lst_words)):
new_str += lst_words[i].lower() + " "
print(new_str)

ulfixvz
Автор

Result we are getting in small letters .
can we get as input given?

ronit-
Автор

Hey, can u explain a code that can print sentences by giving a number of bullets.

Vokudlak-fxdv
Автор

Bhai PDF payload kaise create karte hai in termux please make a detailed video with error solution!

abhishekgehlot
join shbcf.ru