Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Convert String to Lower Case
#python 3.6.9 # Convert upper string to lower in Python3 # working of lower() function text = 'THE HIGHEST WINDS OBSERVED IN THE SOLAR SYSTEM HAVE BEEN MEASURED ON NEPTUNE WITH SPEEDS NEAR 1200 MPH. NEPTUNE POSSESS AVERAGE WIND SPEEDS OF OVER 700 MPH, WHICH IS FASTER THAN THE SPEED OF SOUND HERE ON EARTH.' print("Original String:") print(text) # lower() function to convert # string to lower_case print("\nConverted String:") print(text.lower())
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
2.1.19
Reading XML File
Homework exercise
binary_search
probl2_203700377
Fibonacci to the Nth number
nth root
Sieve of Eratosthenes
Type
validation
Please log in to post a comment.