import numpy as np
if __name__ == "__main__":
randint = np.random.randint(1, 100)
print(f"The random number is {randint}")
Powered by TurnKey Linux.