+ 7
How to draw a box with message inside it using print statment in python?
Plz answer the question
1 Answer
+ 4
You can using banners.It is what you want to print with print function.You can use it like this
print("===================")
print("= Some message=")
print("===================")