demo-blog
demo-blog
Follow
Follow
home
newsletter
How to print something in Python
Sep 21, 2024
1 min read
Use the print() function. name = "ABC"; print(name); OUTPUT: ABC