Konu
Python Çıktıyı kaydetme
14-04-2021, 00:11:28
#10
WarForPeace
open("cikti.txt", "a+", encoding="utf-8").write(f"{username}:{password}\n")