Skip to content

simiel/whats_with__name__-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring if __name__ == "__main__":

  • This repository is all I did trying to undersand the behaviour of the name variable.

There are three files:

  • simiel.py [The main file]
  • simiel2
  • simiel3

1. simiel.py

Running simiel.py will import the two remaining python files The function and print statement from simiel2 will be fully run the function from simiel3 will be available to be called but not called because of the "if-statement" all remaining code in simiel.py will be run as well.

2. simiel2.py

Running simiel2.py will run its function and print statement

3. simiel3.py

Running simiel3.py will run it's function. A sweet hello from my little girl, Naa Atswei 😄

How to run the code

Kindly feel free clone, edit, have fun, drop a star and share the repo to help others ;)

SIMIELXXII

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages