Difference between revisions of "Print"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 12: | Line 12: | ||
* <code>[[echo]]</code> | * <code>[[echo]]</code> | ||
* <code>[[puts]]</code> | * <code>[[puts]]</code> | ||
+ | * <code>[[awk]]</code> | ||
* [[Ansible print and debug examples]] | * [[Ansible print and debug examples]] | ||
Revision as of 18:11, 10 July 2023
print("Hello, World!")
Python: https://docs.python.org/3/tutorial/inputoutput.html
print ("Your text goes here")
print ("Your text goes here:", your_variable)
Related
See also
Advertising: