#33339: ChatGPT詳解


yeelainehou@gmail.com (hhelibeb)

學校 : 不指定學校
編號 : 171275
來源 : [211.23.154.151]
最後登入時間 :
2023-10-24 20:34:03
a001. 哈囉 -- Brian Kernighan | From: [211.23.154.151] | 發表日期 : 2022-12-27 18:59

# Read the input string
input_string = input()

# Print the output string
print("hello, " + input_string)

This code reads a string from the user's input and then prints "hello, " followed by the input string.

 
ZeroJudge Forum