#23066: 第一個Python解題程式報告


k64204@klp.ks.edu.tw (蔡昀叡)


input() = 會回傳使用者輸入的文字

print() = 可以顯示文字串

當print使用多個參數時,會依照順序顯示每個參數,中間會用空格間隔。

例如 print("hello","hi",1,2) 會顯示 "hello hi 1 2"

因此此題解答如下斜字體部分:

a=input();

print("hello,",a);

#23067: Re:第一個Python解題程式報告


asnewchien@gmail.com (david)


練習 python 的話,這個帳號就解 python 就好,別碰別的,比較容易熟練。

#23222: Re:第一個Python解題程式報告


kl0910225@apps.klm.ks.edu.tw (蔡昀叡)


練習 python 的話,這個帳號就解 python 就好,別碰別的,比較容易熟練。


好的