I wish to make a program

Posted by mikemike1239@reddit | learnprogramming | View on Reddit | 8 comments

I recently finished my first college course ever. Programming with Python. It was a decent struggle.

I've had an idea for a mobile application that can simply gives random integers. My concern is that I'm not really sure what program language I should use.

I have Google flutter with Dart on my PC and was thinking that it may good to learn it as well.

Is there a preferred language I should possibly learn in order to create this program? The program will not be using math, just listing integers from a list in a random order and a random quantity of variables within the list.