Lucas Colas

Results 30 comments of Lucas Colas

For me it's still doesn't work...

It doesn't work for me. I'm trying to run on Google Colab.

How to import ROM on Google Colab ?

Ok, it works. But only one time. When I go back to secret called EXCLUDED_LANGS, I don't see `jupyter notebook` and `Jupyter NoteBook` anymore. They disappeared.

What difference is there ?

Thanks for the answer ! Now my code is : int[] stuff = new int[5]; stuff[0] = 1; stuff[1] = 1; stuff[2] = 2; stuff[3] = 3; stuff[4] = 3;...

"unexpected token: [" exactly.

Ok, I had to add {} : int[] stuff = new int[5]; { stuff [0] = 1; stuff [1] = 1; stuff [2] = 2; stuff [3] = 3; stuff...

And what if you write `scaled_surf = pygame.transform.scale(self.internal_surf,int(self.internal_surface_size_vector * self.zoom_scale))` ?