Reputation: 41
I am coming to Python from Ruby.
What is the equivalent statement of require in Python?
require
Upvotes: 2
Views: 10671
Reputation: 101251
The import statement.
import
Maybe it's advisable you follow a Python tutorial where much of the basics are explained
Upvotes: 5