Python Tutorial
Python: Print
By Xah Lee. Date:
2023-03-18
. Last updated:
2025-09-13
.
Simple Print
use
print
to print any value.
print
(3)
#
3
print
(3,
"some"
, [1, 2])
#
3 some [1, 2]
python print
Python: Print
Python: Print with Percent Format String
Python: Print Without Newline
Python, String
Python: Quote String
Python: Triple Quote String
Python: String Escape Sequence
Python: Unicode Escape Sequence
Python: String Prefix Character (u f r b)
Python: Raw String (r-prefix)
Python: f-String (Format, Template)
Python: Print
Python: Join String
Python: Format String (Convert to String)
Python: String Operations and Methods
Python: Search Substring
Python: Split String
Python: String, Check Case, Char Class
Python: Letter Case Conversion
Python: Unicode
Python 2: Unicode Tutorial
Python tutorial
Search 🔍
Help
Print Version
Builtin Help
Comment, Print
Comment
Print
Number
Number
String
String
Unicode
Arithmetic
Operators
Assignment
Convert Int Float String
Boolean
True, False
Boolean Operators
Test Equality
Test Order
Variable
Variable
Conditional
If Else
Loop, Iteration
Loop
Data Structure
List
Dictionary
Tuple
Sets
Sequence Types
JSON
Function and Class
Function
Class
Object, ID, Type
Module
Import Module
Regex
Regex
Read Write File
Read STDIN
Read File
Write File
Walk Directory
File Path
Find Script Path
Misc
Misc. Index