Become a Member to take the quiz.
What Does Python's __init__.py Do? (Quiz)
Become a Member to join the conversation.
Become a Member to take the quiz.
Become a Member to join the conversation.
Get a Python Cheat Sheet (PDF) and learn the basics of Python, like working with data types, dictionaries, lists, and Python functions:
gregmoody248 on March 11, 2026
Using the example code provided, Could you put the “from random import randint” statement in the init module so that you would not have to include that statement in both the income.py and outgo.py?