top | item 39737943

Suno AI created me a song from Python random number code.

3 points| pyuser314 | 1 year ago |app.suno.ai

1 comment

order

pyuser314|1 year ago

My mind is blown. I copied this python code from the net and Suno AI made me a fairly catchy song:

# Program to generate a random number between 0 and 9

# importing the random module

import random

print(random.randint(0,9))