- def Game(): pass
- def Game: pass
- class Game: pass
- class Game(): pass
Correct Answer:
- class Game: pass
9. Classes — Python 3.10.2 documentation
https://docs.python.org/3/tutorial/classes.html
What is the correct syntax for defining a class called Game?
Correct Answer:
9. Classes — Python 3.10.2 documentation
https://docs.python.org/3/tutorial/classes.html
Latest Updates
No posts found in this category.