From f571bfad9cb2b3e0ca28c107b4ac25669be14669 Mon Sep 17 00:00:00 2001 From: kashish707 <56463818+kashish707@users.noreply.github.com> Date: Sat, 12 Oct 2019 10:52:58 +0530 Subject: [PATCH] Update index.ipynb a new list is added --- index.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.ipynb b/index.ipynb index 983985b..77cbd8a 100644 --- a/index.ipynb +++ b/index.ipynb @@ -10,3 +10,5 @@ print(TC) print(type(TC)) print("Temprature in degrees Fahrenheit") print(TC*9/5+32) +a=[10,20] +print(a)