DeveloperBreeze

Generate Random Number

import random

random_number = random.randint(1, 100)
print('Random Number:', random_number)

Related Posts

More content you might like

Code
javascript

Calculating Factorial

No preview available for this content.

Jan 26, 2024
Read More

Discussion 0

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!