Skip to content

Write a Python program that returns a string sorted alphabetically by the first character of a given string of words. Go to the editor Sample Data: ("Red Green Black White Pink") -> "Black Green Pink Red White" ("Calculate the sum of two said numbers given as strings.") -> ("Calculate as given numbers of sum said strings. the two") ("The quick b…

Notifications You must be signed in to change notification settings

Smile-94/python-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

python-Code

Write a Python program that returns a string sorted alphabetically by the first character of a given string of words. Go to the editor Sample Data: ("Red Green Black White Pink") -> "Black Green Pink Red White" ("Calculate the sum of two said numbers given as strings.") -> ("Calculate as given numbers of sum said strings. the two") ("The quick brown fox jumps over the lazy dog.") -> ("The brown dog. fox jumps lazy over quick the")

About

Write a Python program that returns a string sorted alphabetically by the first character of a given string of words. Go to the editor Sample Data: ("Red Green Black White Pink") -> "Black Green Pink Red White" ("Calculate the sum of two said numbers given as strings.") -> ("Calculate as given numbers of sum said strings. the two") ("The quick b…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages