Python question

Asked 2 years ago, Updated 2 years ago, 15 views

I loaded the text file, read it, and saved it

I want to bring in a text file so that the numbers can be read in Korean.

If an existing file has 30

I hope the saved file says 30

What should I do?

python

2022-09-21 23:17

1 Answers

You can write a code that performs the above process.

It's a function that can be implemented simply, but there are examples that can be referenced on the Internet. http://soooprmx.tistory.com/entry/%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EC%88%AB%EC%9E%90%EB%A5%BC-%ED%95%9C%EA%B8%80%EB%A1%9C-%EC%9D%BD%EB%8A%94-%ED%95%A8%EC%88%98


2022-09-21 23:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.