import random
random_number = random.randint(1, 100)
print('Random Number:', random_number)Generate Random Number
Related Posts
More content you might like
Discussion 0
Please sign in to join the discussion.
No comments yet. Be the first to share your thoughts!