今天媽咪請你去全聯買東西,你可以用程式把它記錄下來:
Dec 27, 2024五則運算 a = input("請輸入兩位數:") b = input("請輸入一位數:") a = eval(a) b = eval(b) print("%d + %d = %4d" % (a , b , a+b)) print("%d - %d = %4d" % (a , b , a-b)) print("%d * %d = %4d" % (a , b , a*b)) print("%d / %d = %7.2f" % (a , b , a/b))
Dec 13, 2024第一個月:應用Swift官方教程培養對程式興趣
Dec 13, 2024可視為一種倉庫
Nov 30, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up