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
581 PHP ssh2_scp_send fails to send files as intended
589 Scrap text information after the "View More" button when searching in the Yahoo! News search window
578 Understanding How to Configure Google API Key
914 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
881 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
© 2024 OneMinuteCode. All rights reserved.