mercredi 20 juillet 2016

Print out 10 random numbers between 2 numbers in python3

Hello I need some help in my programming course for python, I'm currently coding in python3.

I have menu based program where you can do various of things, I'm currently trying to create a option where the program will print out 10 numbers between 2 numbers that the user have already enterd using simple:

  • num1 = int(input("Enter your first number: "))
  • num2 = int(input("Enter your second number: "))

I need help witht the function that takes care of the randomizing part of the 10 numbers that will be printed out between 2 numbers that are already enterd.

Aucun commentaire:

Enregistrer un commentaire