Difference between revisions of "Print"

From wikieduonline
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
* <code>[[echo]]</code>
 
* <code>[[echo]]</code>
 
* <code>[[puts]]</code>
 
* <code>[[puts]]</code>
 +
* [[Ansible print and debug examples]]
  
 
== See also ==
 
== See also ==
* {{langs}}
+
* {{print}}
* {{Python}}
 
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Revision as of 16:14, 11 August 2022

wikipedia:Print

  • 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: