From 973ec0db74a477595f6f0094f554da8775a9a972 Mon Sep 17 00:00:00 2001 From: uday1834 Date: Tue, 23 Jan 2018 09:45:21 +0530 Subject: [PATCH] Update assignments.txt --- assignments.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assignments.txt b/assignments.txt index ad27a83..e786e1f 100644 --- a/assignments.txt +++ b/assignments.txt @@ -191,8 +191,9 @@ make instance iterable and provide the operation sp1+p2, p1-p2. Give your own de client: ask the cusotmer id to enter by user, send customer id service: recieve custid, look for data in database, get the data from data base. send it to client client: print that data in his console - - +113. s="abcd;efgh;ijkl;mnop" split the string by keeping ; in the end of each element of the list + i.e ["abcd;","efgh;","ijkl;","mnop"] +