Python編程——實現屏幕廣告語的滾動

實現屏幕廣告語的滾動python 代碼以下:code import time adv=input("請輸入一段廣告語:") while 1: fx=input("請輸入滾動的方向(L/R)").upper() if fx in ['L','R']: break print("您輸入的有誤,請從新輸入!") while 1: sd=input
相關文章
相關標籤/搜索