From 6ee1421e98acd4147e6166030d48c3bbf68c016c Mon Sep 17 00:00:00 2001 From: Ritika8 <51045643+Ritika8@users.noreply.github.com> Date: Fri, 2 Oct 2020 15:25:03 +0530 Subject: [PATCH] Add files via upload --- program.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 program.py diff --git a/program.py b/program.py new file mode 100644 index 0000000..d0a279d --- /dev/null +++ b/program.py @@ -0,0 +1,7 @@ +a=2 +l=[] +if(a/2==0): + print(l.append(5)) +else: + print(l.append(77)) + print(l) \ No newline at end of file