m trying to write a command thatll return just the CPU temperature

Ive got this so far


Code:
meniscus@meniscot:~$ sensors | grep 'CPU Temp' 

CPU Temp: +43°C (low = +15°C, high = +45°C) sensor = diode
How do i modify it to return just the number 43 on its own?