'How can i check if multiple variables equel to one thing?

For example

a=1
b=1
c=1

if ?:
    print("all of the variables are equal to 1")

So i want to only get an output when all of the variables are equel to 1, how do i do this?

Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source