Python help questions

Asked 1 years ago, Updated 1 years ago, 115 views

It's not coming up. What should I do?

python pygame

2022-09-22 19:04

1 Answers

help is a function that shows what value the function receives and returns.

If you look at the top, screen is not a function

The variable that stores the return value of the set_mode function.

So, you have to do this so you can see what you want to see what you want.

help(pygame.display.set_mode)


2022-09-22 19:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.