Commit 26887283 by BellCodeEditor

save project

parent d81fedca
Showing with 2 additions and 4 deletions
a=我有一个苹果
a.replace('一','三')
print(a)
\ No newline at end of file
a='我有一个苹果'
print(a.replace("一","三"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment