This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import gameClass | |
import time | |
def mainMenu(): | |
clearScreen() | |
print " Welcome to the Blackjack table! Please select an option below" | |
print " =========================================================================" | |
print " ==============================(1) New Game ==============================" | |
print " ==============================(2) Exit ==============================" |