BaldiGT Posted November 20, 2018 Posted November 20, 2018 How to remove this print (Exit.)like this....because i use os.exit() Please tell me how to remove thats print And btw i use function..
bukandewa Posted November 20, 2018 Posted November 20, 2018 I cant understand whats your purpose. But if your purpose is remove 'exit.' text in pop up, just remove print(exit.) in the code. It will not show any text in print dialog, default dialog is blank. Usually, print dialog is use to write credits. You can try change print dialog to your name or something else. Example : print('by :BaldyGT')
BaldiGT Posted November 20, 2018 Author Posted November 20, 2018 8 hours ago, bukandewa said: I cant understand whats your purpose. But if your purpose is remove 'exit.' text in pop up, just remove print(exit.) in the code. It will not show any text in print dialog, default dialog is blank. Usually, print dialog is use to write credits. You can try change print dialog to your name or something else. Example : print('by :BaldyGT') I never wrote the print ... but the print appears because I use os.exit() so the text (Exit.) always appears when my script ends
bukandewa Posted November 21, 2018 Posted November 21, 2018 9 hours ago, BaldiGT said: I never wrote the print ... but the print appears because I use os.exit() so the text (Exit.) always appears when my script ends Sorry, correction. "Exit." is always followed by os.exit() . i think it is not a big trouble.
Question
BaldiGT
How to remove this print (Exit.)
like this....because i use
os.exit()
Please tell me how to remove thats print
And btw i use function..
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.