Skip to content

This is a repository to teach and learn Python

License

Notifications You must be signed in to change notification settings

mrroot5/python-teach-learn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0.1_hello-world

The main topic of this branch is to practice with GitHub.

Create your own branch

git checkout -b 0.1_hello-world_jhon-doe

Start coding

The objective of this exercise is to print a "Hello {something}" on your terminal.

You must receive an input from the user and print the word "Hello" with the user input. For example:

If the user introduces Peter then you should print Hello Peter. It does not matter if the user introduces a string, int, etc, just print it.