Here's a list of variables:
number_of_people_in_the_room = 10
model_score = 0.9875
client_name = "Bob"
colorOfTheShirt = "red"
Some of them are named according to naming conventions and best practices, others are not.
Copy only the lines with those variables that have good names in your code. You don't need to use the print() function.