# input number in hexadecimal format and # converting it into decimal format try: num = int(input("Input hexadecimal value: "), 16) print("num ( ...
確定! 回上一頁