Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
replace
#python 3.5.2 print("write any sentence") user=input() print("which char u want to replace") x1=input() print("with which char do u want to replace") x2=input() old=x1 new=x2 print(user.replace (old,new))
run
|
edit
|
history
|
help
0
Faiha #4
Temp
Python. Even
kenken1
Lab_III_3_01_12_2020
RemoveDuplication
shuru1
estadale
HW. Bubble Sort Descending Order
python_study_note_for loop@nested loop