# [Pyth], 7 bytes

<pre><code>.-srd\&#127;
</code></pre>

`.-` Subtract the second string from the first: 

 1. `srd\` Create a range from space char to the delete char 
 2. *implicitly read input* 

[Try it online!][TIO-kerr96gh]

[Pyth]: https://github.com/isaacg1/pyth
[TIO-kerr96gh]: https://tio.run/##K6gsyfj/X0@3uCglpv7/fyWP1JycfIXw/KKcFEUlAA "Pyth – Try It Online"