美文网首页
small python programming tips

small python programming tips

作者: Galory | 来源:发表于2019-04-09 16:50 被阅读0次
    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