Mostly Linux & Python syntax notes and hyperlinks.
>>> a=5 >>> b=6 >>> c=7 >>>print("a=%d,b=%d,c=%d" % (a,b,c)) a=5,b=6,c=7
No comments:
Post a Comment