app.py print("Enter the number: ") # taking input from user num = int(input()) # converting the number into hexadecimal form h1 = hex(num) ...
確定! 回上一頁