Skip to content

AlainPascal/python_ifElse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

** python_ifElse **

python_ifElse is a program that prompts the user to select an option in four, uses the ** if ... else conditional statement ** , then displays the option selected.

Installation

  • Ensure python is installed
  • Clone the GitHub repository python_ifElse to local machine
  $ git clone https://github.com/AlainPascal/python_ifElse.git
  $ cd python_ifElse
  $ python if_else.py

To Do

  1. Validate user input to accept only integers
  2. Add code to prompt user to select again if selected option is not between [1, 2, 3, 4]

Contributing

Contributions to the python_ifElse program are encouraged.

License

python_ifElse is licensed under the MIT License.

About

The python if ... else program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages