20 lines
212 B
Python
20 lines
212 B
Python
|
|
|
|
def score():
|
|
pass
|
|
|
|
def command_tilt():
|
|
pass
|
|
|
|
def command_blind():
|
|
pass
|
|
|
|
def command_scream():
|
|
pass
|
|
|
|
def command_spin():
|
|
pass
|
|
|
|
def main():
|
|
print("Let's play a Round of 'Rasberry says'!")
|