#29243: 超級簡單python解法


mashiro0913 (饅頭)

學校 : 東吳大學
編號 : 152188
來源 : [163.14.3.64]
最後登入時間 :
2024-10-04 18:59:35
a001. 哈囉 -- Brian Kernighan | From: [61.65.129.107] | 發表日期 : 2022-02-08 18:16

兩行就夠了我說的對吧

a=str(input())

 

print("hello, %s" %a)

 
#29246: Re:超級簡單python解法


a0962014248gg@gmail.com (李福昌)

學校 : 高雄市立前鎮高級中學
編號 : 146183
來源 : [140.114.221.145]
最後登入時間 :
2024-10-04 21:49:43
a001. 哈囉 -- Brian Kernighan | From: [114.40.150.8] | 發表日期 : 2022-02-08 20:07

兩行就夠了我說的對吧

a=str(input())

 

print("hello, %s" %a)

 

print(f"hello, {input()}")
 
#29287: Re:超級簡單python解法


xenazaron@gmail.com (廬子問)

學校 : 不指定學校
編號 : 181744
來源 : []
最後登入時間 :
2022-02-12 15:05:21
a001. 哈囉 -- Brian Kernighan | From: [104.208.80.31] | 發表日期 : 2022-02-12 17:49

print('hello, ' + input())
 
ZeroJudge Forum