Jump to content
  • 0

Help me to fix it


BaldiGT

Question

Posted

How to remove this print (Exit.)Screenshot_20181120-165051.thumb.png.8663decf55b5a77cfda75cd9ba4ff8f6.pnglike 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

Posted

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')

Posted
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

Posted
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. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.