Remove whitespace in print function in Python
Asked By
50 points
N/A
Posted on - 10/19/2014
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 * /