Skip to content

Zeioth/basic-programming-principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Concepts in this examples

# hello_world.py                                               LEVEL: Easy
  - How do we define a function?.
  - How do we call a function? (and for what?)
  - How do we use if/else? (and for what?)
    
# mi_programa_random.py                                        NIVEL: Advanced
  - How do we use "import" to call a funcion
    not created by us? (and for what?)

How to run this

Make sure you have python installed. On linux it comes pre-installed. But if you are on windows you have two options:

Now you can run the python program in your current directory like:

python hello_world.py

About

Examples for people initiating in coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages