Skip to content

T-Python-June-24/LAB_MODULES_PACKAGES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

LAB_MODULES_PACKAGES

Create a new module and name it "dateOP.py" , dateOP has the following:

  • A function that when called prints the current date.

Create a new module "main.py" , and do the following:

  • import dateOP
  • call the function that print the current date

hint : You should import the date class from the datetime module.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors