From 68a1b073218a89ca31342daf532e58a4e9828b94 Mon Sep 17 00:00:00 2001 From: Techiadarshrock Date: Sat, 1 Oct 2016 14:33:28 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdce786..d401143 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# debug \ No newline at end of file +# febo +a,b=0,1 +print(a) +while b<=100: + print(b) + b,a=a,b + b =a+b +