#43726: PYTHON解 簡單解


suyueh (suyueh)

School : No School
ID : 272111
IP address : [101.9.53.130]
Last Login :
2025-03-19 22:19:53
b969. hello, everyone -- 板橋高中python教學題 | From: [101.10.44.86] | Post Date : 2024-10-24 22:22

# Input: First line is a list of names, second line is a greeting names = input().split() greeting = input() # Output: Greeting followed by each name for name in names: print(f"{greeting}, {name}")

 
ZeroJudge Forum