input() = 會回傳使用者輸入的文字
print() = 可以顯示文字串
當print使用多個參數時,會依照順序顯示每個參數,中間會用空格間隔。
例如 print("hello","hi",1,2) 會顯示 "hello hi 1 2"
因此此題解答如下斜字體部分:
a=input();
print("hello,",a);
練習 python 的話,這個帳號就解 python 就好,別碰別的,比較容易熟練。
練習 python 的話,這個帳號就解 python 就好,別碰別的,比較容易熟練。
好的