2022年8月14日 星期日

Python a001: 哈囉

 Python a001: 哈囉


#a001: 哈囉

'''

學習所有程式語言的第一個練習題 

請寫一個程式,可以讀入指定的字串,並且輸出指定的字串。


比如:輸入字串 "world", 則請輸出 "hello, world"

'''

s1=  input("請輸入字串-->")

print ("hello",s1)




>>> %Run a001.py

請輸入字串-->world

hello  world

>>> %Run a001.py

請輸入字串-->C++

hello C++

>>> %Run a001.py

請輸入字串-->Taiwan

hello Taiwan

>>> 

沒有留言:

張貼留言

2026 作業3 RFID+ Telegram 練習

 2026 作業3  RFID+ Telegram  練習 (Wokwi 與 Telegram 二者溝通訊息反映比較慢 ) 歡迎 Alex 使用 RFID 控制系統 /on : 開啟 LED /off : 關閉 LED /flash : 閃爍模式 /timer : 開啟 5 秒 ...