Print statement with python

 print("Abhay", 7, 8, sep="~", end="009\n")

print("King")

Result:

Abhay~7~8009

King

Comments

Popular posts from this blog

According to Data Science Topic-13 Modules

Functions in Python:

According to Data Science Topic-12 If else program examples