Help me in solving PYGUESS02 problem

My issue

The new tab not showing output

My code

import random

def getRandomNumber():
    num=random.randrange(1,100)
    return num


def runGuess():
    secretNumber = getRandomNumber()
    print("The number is", secretNumber)


if __name__ == '__main__':
    runGuess()

Learning course: Python Projects for Beginners
Problem Link: Get a random number in Python Projects for Beginners

your code is running with any error

firstly click on run it will take few second and if the code work then click submit and then next