...and releasing the `Ctrl` and `C` keys:
```python
keyboard.press_and_release('ctrl+c')
```
For more information on the `keyboard` module, please see the [documentation](https://docs.python.org/3/library/keyboard.html).
##### Hashtags
* #Python
* #Keyboard
* #input
* #KeyStrokes
* #Simulation