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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to