Jump to content
  • 0

Help me to fix it


BaldiGT

Question

3 answers to this question

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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.