from Hacker News

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

by pyuser314 on 3/17/24, 8:51 PM with 1 comments

  • by pyuser314 on 3/17/24, 8:51 PM

    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))