From 1378f39f10e56e616b12b3bca3bb19eb17b01392 Mon Sep 17 00:00:00 2001 From: Luis Howin <62960965+luishowin@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:57:53 +0300 Subject: [PATCH] r --- 0x02-python-import_modules/README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/0x02-python-import_modules/README.md b/0x02-python-import_modules/README.md index cd8091b..b0e46eb 100644 --- a/0x02-python-import_modules/README.md +++ b/0x02-python-import_modules/README.md @@ -1,11 +1,22 @@ -Learning Objectives +### Learning Objectives At the end of this project, you are expected to be able to explain to anyone, without the help of Google: -General +### General Why Python programming is awesome How to import functions from another file How to use imported functions How to create a module How to use the built-in function dir() How to prevent code in your script from being executed when imported -How to use command line arguments with your Python programs \ No newline at end of file +How to use command line arguments with your Python programs + +## Python Scripts +Allowed editors: vi, vim, emacs +All your files will be interpreted/compiled on Ubuntu 20.04 LTS using python3 (version 3.8.5) +All your files should end with a new line +The first line of all your files should be exactly #!/usr/bin/python3 +A README.md file at the root of the repo, containing a description of the repository +A README.md file, at the root of the folder of this project, is mandatory +Your code should use the pycodestyle (version 2.8.*) +All your files must be executable +The length of your files will be tested using wc \ No newline at end of file