hi
I am writing a blackjack program and right at the end of my program, I want to display a string on the screen for a number of seconds before the program ends.
I can do it using a while loop and the 'enter' button but would like it to do it automatically. Does it involve a wait() function?
Many Thanks
