a = 'Hello'
b = '心情真棒'
c = 1
d = 12345678
print("This is string parameter %s and %s,and this is integer parameter %d and %d " %(a,b,c,d))
a = 'Hello'
b = '心情真棒'
c = 1
d = 12345678
print("This is string parameter %s and %s,and this is integer parameter %d and %d " %(a,b,c,d))
本文标题:small python programming tips
本文链接:https://www.haomeiwen.com/subject/zlriiqtx.html
网友评论