Sobes.tech
Intern — Middle

Remove all spaces from the entered string

livecode

Task condition

A string is entered using input(). It is required to remove all whitespace characters from it and output the resulting result.

s = input()
# Your code here