Intern — Senior
Remove all spaces from the given string
livecode
Task condition
A string received through input() is fed into the program. It is necessary to remove all spaces from it and output the resulting text.
s = input()
# Your code here
livecode
Task condition
A string received through input() is fed into the program. It is necessary to remove all spaces from it and output the resulting text.
s = input()
# Your code here