Page 1 of 1

Which of the following is the correct way of importing an entire package ‘pkg’?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) import pkg.
b) Import pkg.
c) import pkg.*
d) Import pkg.*