Testing

“”"
This is a dice game!
“”"

from random import randint
from time import sleep

def get_user_guess():
guess = int(raw_input('Guess a number: '))
return guess

Do you have a question?

No they don’t. They’re testing it. to see if it would work on here. :slight_smile: