🌷 Esparzo 🌷
Saturday, 16 January 2021
How to print in python
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
You can use print () function in python to output something in python.
For example:
print ('Hello World ')
You can also pass some argument into print function.
For example,
name = "Dinesh"
print (' Your are %s.', % name);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment