Python - Modules and Code Organization
Which of the following commands correctly creates an empty
__init__.py file inside a folder named mypackage?__init__.py file inside a folder named mypackage?touch command creates an empty file or updates the timestamp if it exists.touch mypackage/__init__.py creates an empty __init__.py file inside the mypackage folder.touch [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions