[Tutor] Doubt
Mats Wichmann
mats at wichmann.us
Mon Jan 7 14:08:46 EST 2019
On 1/7/19 9:29 AM, Amit Yadav wrote:
> How can simply typing
>
> print "hello world"
>
> work?
> Like without including any header file or import statements how can it work.
because you're using a function (or in your case - which looks like
Python 2.x because it is not written as a function call - a statement)
which is part of the language, there is no need to import anything.
More information about the Tutor
mailing list