objs | Python object to display |
raw | Optional , ( default : False ) Need to be formatted before display ? |
include | Optional, list, tuple, or set ( format type included ) |
exclude | Optional , list, tuple, or set ( format type excluded ) |
metadata | Optional , dict, metadata to associate |
transient | Optional , A dictionary of transient data associated with output |
display_id | Optional , Set id for display |
kwargs | Optional , Additional keyword-args |
x='plus2net'
display(x)
Output
'plus2net'
display(10-3)
Output
7
Author
🎥 Join me live on YouTubePassionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.