The basic syntax of printing "Hello World "in python use print() function.
print("Hello World")
Hello World
The basic syntax of printing any number in python use print() function.
print(6)
6
A string in python written within (" ") or (' ')
The terminating null character has the value zero.
x="Small Code"