Konu
Python türkçe karakter sorunu
06-03-2022, 20:44:58
#2
osawashere
# -*- coding:utf-8 -*-
import
sys
reload(sys)
sys.setdefaultencoding(
"utf-8"
)