红笔内容应该怎么搞🥲请help me呜难哭大学生了 python怎么那么难啊
n = int(input()) bin_=bin(n) oct_=oct(n) hex_=hex(n) print(f"{n}的二进制数为{bin_},八进制数为{oct_},十六进制数为{hex_}")