Actions

Print: Difference between revisions

From Jedisaber Wiki

Created page with "Print prints stuff to the screen. [code]print("Print this.")[/code] Will print: Print this."
 
mNo edit summary
Line 1: Line 1:
Print prints stuff to the screen.
Print prints stuff to the screen.


[code]print("Print this.")[/code]
<code>print("Print this.")</code>


Will print:
Will print:


Print this.
Print this.

Revision as of 00:14, 27 June 2025

Print prints stuff to the screen.

print("Print this.")

Will print:

Print this.