bugku convert

打開題目,全是二進制數字,根據題目名字,轉換,於是寫了一個腳本,將保存在1.txt的二進制數轉換成十六進制 with open('2.txt','w',encoding='utf-8') as f1: with open('1.txt',encoding='utf-8') as f2: while True: temp = f2.read(4)
相關文章
相關標籤/搜索