print function in Python June 14, 2019 Get link Facebook X Pinterest Email Other Apps Open File: "filename.py" Code: a, b =4, 5 print(a," + ", b, " = ", a+b) Run File:> py filename.py Comments
Comments
Post a Comment