Give the output of the program6. def main) states 50 senators 2 senate (states senators) def senate (num) : print (“There are”, num, “U.S. senators.”) main () Show transcribed image text 6. def main) states 50 senators 2 senate (states senators) def senate (num) : print (“There are”, num, “U.S. senators.”) main ()
Answer
There are 100 U.S. senators.
Output: