Difference between revisions of "Print"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
[[Python]]:
 
[[Python]]:
 
https://docs.python.org/3/tutorial/inputoutput.html
 
https://docs.python.org/3/tutorial/inputoutput.html
 +
* <code>print ("Your text goes here")</code>
 
* <code>print ("Your text goes here:", [[your_variable]])</code>
 
* <code>print ("Your text goes here:", [[your_variable]])</code>
  
 +
== Related ==
 +
* <code>[[echo]]</code>
 +
* <code>[[puts]]</code>
 +
* <code>[[awk]]</code>
 +
 +
== Activities ==
 +
* Review [[Ansible print and debug examples]]
  
 
== See also ==
 
== See also ==
* {{langs}}
+
* {{print}}
* {{Python}}
+
* {{echo}}
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Latest revision as of 18:12, 10 July 2023

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[edit]

Activities[edit]

See also[edit]

Advertising: