The print method in Python
In this post, we will explore the parameters of the print() function.
In Python, the print() function is used to print something on the console.
Syntax
print("whatever you want to print..")
Example
Consider the below program,
a = [1,2,3,4]
for i in ...
manitej.hashnode.dev1 min read
Karri Nikhila Bhuvana Chandhrika
Learning
Nice website ๐๐๐