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

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0.1.1_hello-world

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

Create your own branch

git checkout -b 0.1.1_hello-world_jhon-doe

Start coding

From the version 0.1 now allow only string as user input, of course, if the user introduces an int or other not allowed value, show a message explaining the error and how to use this script.