37 print "\n----------------------------------_exercise_6_1--------------------------\n"; 38 my %bless_function = ( #hash may be a lexical variable 39 "constructors" => "default_values", 40 "error_ha…
编写一个程序,询问用户要租赁什么样的汽车,并打印一条消息,如"Let me see if I can find you a Subaru" car =input("What kind ofretal car you would like:") print(f"Let me see if I can find you a {car}") 编写一个程序,询问用户有多少人用餐.如果超过8人,就打印一条消息,指出没有空桌;否则指出有空桌 people =…