Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
String Toggling
#python 3.5.2 string = input() for i in range(len(string)): if(string[i].isupper()): string = string.replace(string[i],string[i].lower(),1) else: string = string.replace(string[i],string[i].upper(),1) print(string)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Lesson8
H.W5
Bmi calculator dictionary
Game4
inerse_matrix_gauss_jordan
Привет
Dictionary - count characters
Lab_III_3_24_11_2020
Pytest
total_tips
stackse - search stackoverflow differently
Please log in to post a comment.