From a17a370ab1cdab6c4c007265b6616210f9f89da2 Mon Sep 17 00:00:00 2001 From: mayankw <38047856+mayankw@users.noreply.github.com> Date: Sun, 7 Oct 2018 16:58:16 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91f2f98..b39ac9d 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,13 @@ Python is widely used in Artificial Intelligence, Natural Language Generation, N ### Python-for-beginner This repostory contain a simple example, codes in python. It will help to beginner to learn python from begining. -1. [hello world](https://github.com/avsingh999/Python-for-beginner/blob/master/Hello%20World) -2. [Get input in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20get%20input%20from%20user%20in%20python.md) -3. [How to print in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20print%20in%20python.md) -4. [for loop in python](https://github.com/mayankw/Python-for-beginner/blob/master/For%20loop%20in%20python.md) +- [hello world](https://github.com/avsingh999/Python-for-beginner/blob/master/Hello%20World) +- [Get input in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20get%20input%20from%20user%20in%20python.md) +- [How to print in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20print%20in%20python.md) +- [for loop in python](https://github.com/mayankw/Python-for-beginner/blob/master/For%20loop%20in%20python.md) +- [if else in python](https://github.com/avsingh999/Python-for-beginner/blob/master/if-else_python.md) + + ## How to Contribute - claim issue whichever you want.