Remove whitespace in print function in Python
Asked By
50 points
N/A
Posted on - 10/19/2014
![qa-featured](https://www.techyv.com/sites/default/users/superadmin/qa-featured-300x270.png)
I have this code
print “/ *”, your_name.upper () “* /”;
your_name where the data entered by the user. How can I change the above code to tell the system, remove all spaces
UPDATE: When I print the code, I will
/ *! your_name * /
I want / remove spaces between Whit *! your_name * /
![](https://techyv.com/sites/default/2016/10/techpedia_logo.png)