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
List problem - add items
Name
N. Py
PyTempConvDIP
hw1
inverse matrix gauss jordan
Depth First Search - Find if path exists
Insertion sort
unhex 16 bit word python (string to hex)
Get the longest repeated non-overlapping substring