fork download
  1. import random
  2.  
  3. randintdebra =random.randint(0,49)
  4. randintdarren = random.randint(0,1812)
  5. randletdebra =random.randint(0,3)
  6. randletdarren =random.randint(0,6)
  7. list_o_letters = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
  8. fwd_bk = random.choice(["Forward", "Backward"])
  9. dougsalbum =random.randint(0,93)
  10. #print("Doug's random music selection = ", dougsalbum)
  11. print("Debra's random music selection = ",fwd_bk, list_o_letters[randletdebra], randintdebra)
  12. #print("Darren's random music selection = ", list_o_letters[randletdarren], randintdarren)
  13.  
  14. # your code goes here
Success #stdin #stdout 0.03s 11384KB
stdin
Standard input is empty
stdout
Debra's random music selection =  Forward a 47