Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to Generate and Print An Array with Random Numbers in Python in the
Post: RE: How to Generate and Print An Array with Random...

(Sep-18-2019, 03:09 PM)perfringo Wrote: (Sep-18-2019, 02:57 PM)johnnynitro99293 Wrote: The code you provided doesn't have any function to eliminate the duplicate numbers. How could one find duplic...
johnnynitro99293 Homework 14 9,771 Sep-18-2019, 04:12 PM
    Thread: How to Generate and Print An Array with Random Numbers in Python in the
Post: RE: How to Generate and Print An Array with Random...

(Sep-18-2019, 02:38 PM)jefsummers Wrote: You are not doing Bingo cards in this assignment. For one thing, Bingo cards do not have the letters down the side, only across the top. Second, B is in the ...
johnnynitro99293 Homework 14 9,771 Sep-18-2019, 03:10 PM
    Thread: How to Generate and Print An Array with Random Numbers in Python in the
Post: RE: How to Generate and Print An Array with Random...

(Sep-18-2019, 01:02 PM)perfringo Wrote: I feel very stupid. When I learned Python it took quite a bit to learn basics and only after that I started writing classes. Now it seems that 'new' means ups...
johnnynitro99293 Homework 14 9,771 Sep-18-2019, 02:57 PM
    Thread: How to Generate and Print An Array with Random Numbers in Python in the
Post: RE: How to Generate and Print An Array with Random...

(Sep-18-2019, 01:18 AM)ichabod801 Wrote: You need to take one sample of 25 items if you want them all to be unique. You can split them into groups of five with slices, like b = bingo[:5] and i = bin...
johnnynitro99293 Homework 14 9,771 Sep-18-2019, 11:21 AM
    Thread: How to Generate and Print An Array with Random Numbers in Python in the
Post: How to Generate and Print An Array with Random Num...

I am a beginner in Django. I am trying to solve a Bingo card game problem, where I have to generate an array and print the random numbers without any duplication. I have to print this output: W...
johnnynitro99293 Homework 14 9,771 Sep-17-2019, 11:59 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020