Python Output Using print() function
We use the print() function to output data to the standard output device (screen). We can also output data to a file, but this will be discussed later.
example
x= input(Enter Welcome Message:")
print("Hello", x)
Download
0 formats
No download links available.
#Python Practical || WAP -1 || Python Program to Print welcome python ! | NatokHD