It works well if you run it on the jupyter like that, but if you make .exe with the same code, the print('@', end=') doesn't work I don't get an error and I'm just not doing anything. Why is this happening?
https://hashcode.co.kr/questions/5346/%ED%8C%8C%EC%9D%B4%EC%8D%AC-print-%EC%B6%9C%EB%A0%A5-%EC%A7%80%EC%97%B0
Maybe it's because it's only stacked in the output buffer.
print('@', end='', flush=True)
Try running it by adding the flush factor like this.
flush
776 M2 Mac fails to install rbenv install 3.1.3 due to errors
642 ML-Agent tutorial says "Heuristic method called but not implemented.Returning placeholder actions." and fails to proceed
1070 In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.
771 GDB gets version error when attempting to debug with the Presense SDK (IDE)
1235 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2025 OneMinuteCode. All rights reserved.