Is this new syntax? /u/Cromulent123 Python Education

I presume it’s just syntax I was ignorant of! Some form of list comprehension?…

self.organisms = [ Organism(random.randint(0, self.grid_size - 1), random.randint(0, self.grid_size - 1)) for _ in range(3) # Create 3 organisms for testing ] 

submitted by /u/Cromulent123
[link] [comments]

​r/learnpython I presume it’s just syntax I was ignorant of! Some form of list comprehension?… self.organisms = [ Organism(random.randint(0, self.grid_size – 1), random.randint(0, self.grid_size – 1)) for _ in range(3) # Create 3 organisms for testing ] submitted by /u/Cromulent123 [link] [comments] 

I presume it’s just syntax I was ignorant of! Some form of list comprehension?…

self.organisms = [ Organism(random.randint(0, self.grid_size - 1), random.randint(0, self.grid_size - 1)) for _ in range(3) # Create 3 organisms for testing ] 

submitted by /u/Cromulent123
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *