Commit 74d822a7 by BellCodeEditor

auto save

parent 05e7d622
Showing with 14 additions and 0 deletions
a="ghgjhg"
if "g" in a:
a=a.replace("g","x")
if "h" in a:
a=a.replace("h","y")
print(a)
b=0.1
c=3
d="dfdfg"
e={'name':'lili','age':12}
print("my name is %(name)s,I am %(age)d"%e)
print("这是例子:%f,%d%%,%s"%(b,c,d))
\ No newline at end of file
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