There are a few ways to show two digits in Python. One way is to use the string format method, which allows you to specify the number of digits you want to show. Another way is to use the round function, which will round a number to the specified number of digits.