Is there a way to run a single or selected lines in a notebook?

Volkan_Gumuskay
New Contributor III

Assume we have a given cell

print('A')
print('B')
print('C')

I want to run only the below line.

print('B')

Obviously, I can seperate the cell into three and run the one I want, but this is timely. This is a feature I use so often (e.g. in pycharm) and would like to know if there is any way in Databricks notebook, preferably with a keyboard shortcut.