# TODO def compute(): d = input() s = input() n = input() print('Department:', d) print('Student ID:', s) print('Name:', n) compute()
Category: Python
全新的繁體中文 WordPress 網站
# TODO def compute(): d = input() s = input() n = input() print('Department:', d) print('Student ID:', s) print('Name:', n) compute()