Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
2
Please
log in
to post a comment.
total_tips
Интересный Python - Вопрос 1
Singleton Design in Python
Python 3: Queue
reverse the number
kenken1
Activity1
snake game counter
10
salarysms
Please log in to post a comment.